PHP options in version provided by OS X Server 10.4.6/.7?

My workplace is currently using Solaris 10/SPARC for webhosting, and our sysadmins were unable to get Apache 2.2.3/PHP5.1.4/MySQL5 to successfully compile and load. So they kept backing down to earlier versions of the above components until finally they got something like Apache 2.0.52/PHP 5.0.4/MySQL? (I'm going by memory) to successfully compile and load.
If it's this hard to get the current versions of the world's most popular httpd server (Apache) and web scripting language (PHP) installed, maybe Solaris 10/SPARC is not the right platform to be on for this kind of work?
IF we went OS X 10.4.6/.7 server, what would we get? Apache 1.3? 2.0? PHP 4.x? What options would be included under PHP? (e.g. could someone post the phpinfo(); result just for the PHP options that would appear on the 1st webpage? with a default OS X 10.4.6/.7 server install?)
When I google for 'Apache/PHP/MySQL and OS X', many webpages offer instructions and even compilation flags, but these are followed by warnings that these instructions only work on OS X workstation, not on OS X server. This would seem to indicate that OS X server users tend to leave the Apple-provided versions of Apache/PHP/MySQL as they are in the OS X server distribution?
any advice or pointers appreciated, ...ben
PB G4 15 1.67 GHz, iBook SE 0.47 GHz   Mac OS X (10.4.6)  

OS X Server 10.4 comes with Apache 2 pre-installed, but you cannot use the GUI tools for configuring it. That's probably not a big deal to you coming from Solaris -- the GUI tools for the web server stay pretty basic and you wind up editing config files on the command line usually anyway.
MySQL 4.1.13 is still the default, but upgrading from a binary package from MySQL is simple enough -- no tricks there.
The default version of PHP is still 4.4.x. I've pasted the results below. However, rather than recompiling, for our PHP needs on the servers I used Marc Liyanage's PHP module (http://www.entropy.ch/software/macosx/php). I've been using it for at least a couple of years now, if not more, and it's great. Comes loaded with extensions, easy and painless to upgrade. Version 5.1.4 for Apache 2 is out. Although it doesn't explicitly state "Server", I have found, at least with the versions for Apache 1.3, that there has never been a problem using it on OS X Server.
There just is not a lot of good info out there on recompiling on OS X Server, so rather than chase down info every time there's an OS update, it works out easily enough for our needs to use the pre-built module.
Note: the info pasted below is from Apple's default setup as of 10.4.7, not the module from Entropy.
<pre>phpinfo()
PHP Version => 4.4.1
System => Darwin grok2.local 8.7.0 Darwin Kernel Version 8.7.0: Fri May 26 15:20:53 PDT 2006; root:xnu-792.6.76.obj~1/RELEASE_PPC Power Macintosh
Build Date => Mar 5 2006 10:28:06
Configure Command => '/SourceCache/apachemod_php/apache_modphp-18.4/php/configure'
'--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking'
'--with-apxs' '--with-ldap=/usr' '--with-kerberos=/usr' '--enable-cli' '--with-zlib-dir=/usr' '--enable-trans-sid'
'--with-xml' '--enable-exif' '--enable-ftp' '--enable-mbstring' '--enable-mbregex'
'--enable-dbx' '--enable-sockets' '--with-iodbc=/usr' '--with-curl=/usr' '--with-config-file-path=/etc'
'--sysconfdir=/private/etc' '--with-mysql=/usr' '--with-mysql-sock=/var/mysql/mysql.sock'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /etc
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20050606
Debug Build => no
Zend Memory Manager => enabled
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, compress.zlib
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Configuration
PHP Core
Directive => Local Value => Master Value
allowcall_time_passreference => On => On
allowurlfopen => On => On
alwayspopulate_raw_postdata => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
autoappendfile => no value => no value
autoprependfile => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
definesyslogvariables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => On => On
displaystartuperrors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
errorappendstring => no value => no value
error_log => no value => no value
errorprependstring => no value => no value
error_reporting => no value => no value
expose_php => On => On
extension_dir => /usr/lib/php/extensions/no-debug-non-zts-20020429 => /usr/lib/php/extensions/no-debug-non-zts-20020429
file_uploads => On => On
gpc_order => GPC => GPC
highlight.bg => #FFFFFF => #FFFFFF
highlight.comment => #FF8000 => #FF8000
highlight.default => #0000BB => #0000BB
highlight.html => #000000 => #000000
highlight.keyword => #007700 => #007700
highlight.string => #DD0000 => #DD0000
html_errors => Off => On
ignorerepeatederrors => Off => Off
ignorerepeatedsource => Off => Off
ignoreuserabort => Off => Off
implicit_flush => On => Off
include_path => .:/usr/lib/php => .:/usr/lib/php
log_errors => Off => Off
logerrors_maxlen => 1024 => 1024
magicquotesgpc => On => On
magicquotesruntime => Off => Off
magicquotessybase => Off => Off
maxexecutiontime => 0 => 30
maxinputtime => -1 => -1
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
postmaxsize => 8M => 8M
precision => 14 => 14
registerargcargv => On => On
register_globals => Off => Off
report_memleaks => On => On
safe_mode => Off => Off
safemode_execdir => /usr/local/php/bin => /usr/local/php/bin
safemodegid => Off => Off
safemode_includedir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_precision => 100 => 100
shortopentag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserializecallbackfunc => no value => no value
uploadmaxfilesize => 2M => 2M
uploadtmpdir => no value => no value
user_dir => no value => no value
variables_order => no value => no value
xmlrpcerrornumber => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
ctype
ctype functions => enabled
curl
CURL support => enabled
CURL Information => libcurl/7.13.1 OpenSSL/0.9.7i zlib/1.2.3
dbx
dbx support => enabled
dbx version => 1.0.0
supported databases => MySQL
ODBC
PostgreSQL
Microsoft SQL Server
FrontBase
Oracle 8 (oci8)
Sybase-CT
Directive => Local Value => Master Value
dbx.colnames_case => unchanged => unchanged
exif
EXIF Support => enabled
EXIF Version => 1.4 $Id: exif.c,v 1.118.2.37.2.3 2005/10/10 06:07:16 helly Exp $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF
ftp
FTP support => enabled
ldap
LDAP Support => enabled
RCS Version => $Id: ldap.c,v 1.130.2.13 2005/05/08 16:06:24 sniper Exp $
Total Links => 0/unlimited
API Version => 3001
Vendor Name => OpenLDAP
Vendor Version => 20219
mbstring
Multibyte Support => enabled
Japanese support => enabled
Simplified chinese support => enabled
Traditional chinese support => enabled
Korean support => enabled
Russian support => enabled
Multibyte (japanese) regex support => enabled
mbstring extension makes use of "streamable kanji code filter and converter",
which is distributed under the GNU Lesser General Public License version 2.1.
Directive => Local Value => Master Value
mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => pass => pass
mbstring.http_output => pass => pass
mbstring.internal_encoding => ISO-8859-1 => no value
mbstring.language => neutral => neutral
mbstring.substitute_character => no value => no value
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 4.1.13a
MYSQLMODULETYPE => external
MYSQL_SOCKET => /var/mysql/mysql.sock
MYSQL_INCLUDE => -I/usr/include/mysql
MYSQL_LIBS => -L/usr/lib/mysql -lmysqlclient
Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off
odbc
ODBC Support => enabled
Active Persistent Links => 0
Active Links => 0
ODBC library => iodbc
ODBC_INCLUDE => -I/usr/include
ODBC_LFLAGS => -L/usr/lib
ODBC_LIBS => -liodbc
Directive => Local Value => Master Value
odbc.allow_persistent => On => On
odbc.check_persistent => On => On
odbc.default_db => no value => no value
odbc.default_pw => no value => no value
odbc.default_user => no value => no value
odbc.defaultbinmode => return as is => return as is
odbc.defaultlrl => return up to 4096 bytes => return up to 4096 bytes
odbc.max_links => Unlimited => Unlimited
odbc.max_persistent => Unlimited => Unlimited
overload
User-Space Object Overloading Support => enabled
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 6.2 01-Aug-2005
posix
Revision => $Revision: 1.51.2.4 $
session
Session Support => enabled
Registered save handlers => files user
Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bugcompat42 => On => On
session.bugcompatwarn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.useonlycookies => Off => Off
session.usetranssid => Off => Off
sockets
Sockets Support => enabled
standard
Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i
Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
autodetect_lineendings => 0 => 0
defaultsockettimeout => 60 => 60
safemode_allowed_envvars => PHP_ => PHP_
safemode_protected_envvars => LDLIBRARYPATH => LDLIBRARYPATH
url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
EXPAT Version => 1.95.6
zlib
ZLib Support => enabled
Compiled Version => 1.2.3
Linked Version => 1.2.3
Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.outputcompressionlevel => -1 => -1
zlib.output_handler => no value => no value
Additional Modules
Module Name
Environment
Variable => Value
TERM => xterm
SHELL => /bin/bash
SSH_TTY => /dev/ttyp1
USER => **
MAIL => /var/mail/**
PATH => /bin:/sbin:/usr/bin:/usr/sbin
PWD => /Users/**
SHLVL => 1
HOME => /Users/**
LOGNAME => **
PHP Variables
Variable => Value
_SERVER["TERM"] => xterm
_SERVER["SHELL"] => /bin/bash
SERVER["SSHTTY"] => /dev/ttyp1
_SERVER["USER"] => **
_SERVER["MAIL"] => /var/mail/**
_SERVER["PATH"] => /bin:/sbin:/usr/bin:/usr/sbin
_SERVER["PWD"] => /Users/**
_SERVER["SHLVL"] => 1
_SERVER["HOME"] => /Users/**
_SERVER["LOGNAME"] => **
SERVER[""] => /usr/bin/php-from-apple
SERVER["PHPSELF"] =>
SERVER["SCRIPTNAME"] =>
SERVER["SCRIPTFILENAME"] =>
SERVER["PATHTRANSLATED"] =>
SERVER["DOCUMENTROOT"] =>
_SERVER["argv"] => Array
_SERVER["argc"] => 0
_ENV["TERM"] => xterm
_ENV["SHELL"] => /bin/bash
ENV["SSHTTY"] => /dev/ttyp1
_ENV["USER"] => **
_ENV["MAIL"] => /var/mail/**
_ENV["PATH"] => /bin:/sbin:/usr/bin:/usr/sbin
_ENV["PWD"] => /Users/**
_ENV["SHLVL"] => 1
_ENV["HOME"] => /Users/**
_ENV["LOGNAME"] => **
ENV[""] => /usr/bin/php-from-apple
PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact [email protected].</pre>

Similar Messages

  • TS1468 Where is the compilation option in version 11?

    I have a single album what was split into 5 sections because of variations on artist name. Past support articles suggested using the Compilation option when selecting the multiple split portions. Where is that option in version 11 of iTunes? I do no see this feature.

    Compilation can be found in the Get Info dialog. Generally all you need to do to link things is fill in an appropriate Album Artist.  For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

  • How can I have two differents versions of provider working in a Server

    Hi... I'm a ASP Classic developer. I'm working with Oracle 10g and I'm using the Oracle Provider 10.1 but now I need to change of version to 10.2 Release. So I install the 10.2 Release Version in same host where I have de 10.1 version.
    For do the connection to Oracle 10g DB I do something like this:
    Connection.asp -->
    <%
         Set Cn = Server.CreateObject("ADODB.Connection")
         Cn.Open "Provider=OraOleDB.Oracle; Data Source=DBTest; User ID=Test; Password=Test;"
    %>
    I have to Tnsnames.ora files (one for 10.1 and other for 10.2 Release). I this 2 files I descrive de Oracle Service Named DBTest like this:
    C:\oracle\product\10.1.0\Client_1\network\ADMIN\tnsnames.ora
    -->
    DBTEST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.10.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = DBtest)
    C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN\tnsnames.ora
    -->
    DBTEST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.10.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = DBtest)
    However when I try to connect to DB I got the next exception:
    OraOLEDB (0x80004005)
    ORA-12154: TNS:could not resolve the connect identifier specified
    Two cuestion:
    --> Can I have two versions or Oracle Provider working in a server???
    --> How can I specify to ASP page the Oracle Provider than must to use???
    Tks 4 help

    I'm not an ASP developer, but if you are able to set $ORACLE_HOME environment variable through ASP you can then switch providers..

  • Setting PHP Options in .htaccess

    Setting PHP options in my .htaccess files isn't working in Leopard. I haven't been able to find any relevant posts. I have the following in a .htaccess file (~/Sites/console/.htaccess):
    +\[ snip rewrite stuff \]+
    +php_value error_log /Users/joelb/Sites/console/logs/error.log+
    This would normally have PHP error output redirected to the specified error.log file; however, it is still going to the Apache error_log file. My user.conf file looks like this:
    +Tundra:console joelb$ cat /private/etc/apache2/users/joelb.conf+
    +<Directory "/Users/joelb/Sites/">+
    +Options All+
    +AllowOverride All+
    +Order allow,deny+
    +Allow from all+
    </Directory>
    +Tundra:console joelb$+
    As far as I know, nothing needs to be set in php.ini to get this to work. Any ideas?

    Setting PHP options in my .htaccess files isn't working in Leopard. I haven't been able to find any relevant posts. I have the following in a .htaccess file (~/Sites/console/.htaccess):
    +\[ snip rewrite stuff \]+
    +php_value error_log /Users/joelb/Sites/console/logs/error.log+
    This would normally have PHP error output redirected to the specified error.log file; however, it is still going to the Apache error_log file. My user.conf file looks like this:
    +Tundra:console joelb$ cat /private/etc/apache2/users/joelb.conf+
    +<Directory "/Users/joelb/Sites/">+
    +Options All+
    +AllowOverride All+
    +Order allow,deny+
    +Allow from all+
    </Directory>
    +Tundra:console joelb$+
    As far as I know, nothing needs to be set in php.ini to get this to work. Any ideas?

  • HT1338 I am attempting to update to the new os x mavericks and while completing the download it prompts me to choose a disk. I have chosen the only option I am provided and am then told that the update cannot be installed on "untitled 1" what am I suppose

    I am attempting to update to the new os x mavericks and while completing the download it prompts me to choose a disk. I have chosen the only option I am provided and am then told that the update cannot be installed on "untitled 1" what am I supposed to do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then try the installation again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

  • ICloud version provided by Apple updater is damaged or just won't install. Is the version I have properly working and syncing with all my devices?

    iCloud version provided by Apple updater is damaged or just won't install. Is the version I have properly working and syncing with all my devices?
    J.Verano

    Try quitting Pages on the iPad, restart the iPad -  and then see if the app works OK.
    To quit Pages - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • I had a backup of my data in android 4.0, I degraded it to version 2.3, Now I want to restore it, but I do not find the backup and restore option in Version 2.3.

    I had a backup of my data in android 4.0, I degraded it to version 2.3, Now I want to restore it, but I do not find the backup and restore option in Version 2.3. Help....
    the backup file is named .semc-fullbackup

    As far as I know, there was no backup application in the early release of Android 2.3 for Xperia U. I'm moving this thread to Android development. Hopefully got get some good advice there.
    What are your thoughts about this forum? Let us know by doing this short survey.

  • RAID Option ROM Version 3.2.1545.3

    My sons PC will only boot up to a black screen titled RAID Option ROM Version 3.2.1545.3. The only keyboard functions that work is ctrl/alt/del. You can here a clicking when trying other keyboard functions but nothing happens. The PC will not boot up at all. Any assistance is greatly appreciated.

    Hi JCCR, sorry to hear that you are having issue with you computer.  I have found a link to Microsoft fix-it that has been known to repair issue such as the one you are having.  http://fix-kit.com/Microsoft-Fix-Software/repair/?als=00010&nid=1&dist=GS&uq=%2Bmicrosoft%20%2Bfix&c...
    If this does not resolve the issue, please feel free to write back and I will explore other options.
    Thank you
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Missing version field in response from server when accessing resource

    HY
    I have a problem to use the version option of the webstart. All files are included into a war file (created with jar cvf xx.war *). This file is in the webapps folder of the Tomcat 5. The jar files from the dev. kit (jnlp-servlet.jar, jaxp.jar, parser.jar are in the WEB-INF/lib folder).
    Every time I get the same message:
    Category: Download Error
    Missing version field in response from server when accessing resource: (http://localhost:8080/version/ademo.jar, 1.1)
    Do I need a aditional file or must Iwrite a servlet???
    Whats wrong
    my JNLP file
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File fuer HJP3 WebStart Demo-Applikation -->
    <jnlp codebase="http://localhost:8080/version/" href="wstest.jnlp">
    <information>
    <title>HJP3 WebStart Demo Application</title>
    <vendor>Guido Krueger</vendor>
    <homepage href="http://www.javabuch.de"/>
    <description>HJP3 WebStart Demo Application</description>
    <icon href="wstest.gif"/>
    <offline-allowed/>
    </information>
    <information locale="de">
    <description>HJP3 WebStart Demo-Applikation</description>
    <offline-allowed/>
    </information>
    <security>
    <!-- <all-permissions/> //-->
    </security>
    <resources>
    <j2se version="1.4+"/>
    <jar href="ademo.jar" version="1.1"/>
    </resources>
    <application-desc main-class="Listing3813"/>
    </jnlp>
    my version.xml file
    <jnlp-versions>
    <resource>
    <pattern>
    <name>ademo.jar</name>
    <version-id>1.1</version-id>
    </pattern>
    <file>application.jar</file>
    </resource>
    </jnlp-versions>
    my web.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <servlet>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <url-pattern>*.jnlp</url-pattern>
         </servlet-mapping>
    </web-app>

    The log file (jnlpdownloadservlet.log) would show the calls for the jar files if the servlet is called for the jar files (did you correct the url mapping ?). Here are a few lines from a log file
    JnlpDownloadServlet(4): Initializing
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfeguiv.jnlp
    JnlpDownloadServlet(3): User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfeguiv.jnlp isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /wfe/wfeguiv.jnlp lastModified=Tue Mar 23 17:06:56 CET 2004]]
    JnlpDownloadServlet(3): Resource returned: /wfe/wfeguiv.jnlp
    JnlpDownloadServlet(4): lastModified: 1080058016000 Tue Mar 23 17:06:56 CET 2004
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfegui.gif
    JnlpDownloadServlet(3): User-Agent: JNLP/1.0.1 javaws/1.4.2_03 (b02) J2SE/1.4.2_03
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfegui.gif isPlatformRequest=false]
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfegui.jar
    JnlpDownloadServlet(3): User-Agent: JNLP/1.0.1 javaws/1.4.2_03 (b02) J2SE/1.4.2_03
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfegui.jar isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /wfe/wfegui.jar lastModified=Tue Mar 23 17:06:30 CET 2004]]
    JnlpDownloadServlet(3): Resource returned: /wfe/wfegui.jarYou should see all the resources (including jar files) being requested, and whether a specific version was requested or not (in above sample, not).
    I put my problems down to my application server (Orion) as other people seem to have this working. The deployment in Orion keeps the original timestamps of the jars, so I explicitly set the timestamps in my build so that the unchanged jars do not have to be downloaded all the time. This is not really a good solution, so maybe someone else can give further advice.
    Brendan

  • How to deploy the new version of webPart in SharePoint Server 2010

    Hi friend's ....I want to deploy the new version of webPart in SharePoint Server 2010. Is there any way for this....? In SharePoint sever 2013 there is version feature available for the apps..Same thing i want in SharePoint Server 2010 for webpart. Please
    suggest me....is it possible or not ..?

    i am not aware if their is new version option rather i know instead of retract and Re install, you can simply update the solution.
    check this: http://blogs.southworks.net/aortega/2010/02/05/sharepoint-2010-how-to-deploy-custom-webparts/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Microsoft Access Text Driver missing! and ...Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "(null)".

    In order to use OpenRowSet, I installded Microsoft Access Database Engine 2010. However, I could not find Microsoft Access Text Driver in Drivers of ODBC Data Source Administrator.  Could I get some help with that?
    Thank you very much!

    I am local admin and try to run the following script, but I got an error. Could anyone help me look at it?
    EXEC sp_configure 'show advanced options', 1
    go
    RECONFIGURE
    GO
    EXEC sp_configure 'ad hoc distributed queries', 1
    go
    RECONFIGURE
    GO
    SELECT * FROM OPENROWSET('MSDASQL',
    'Driver={Microsoft Access Text Driver (*.txt, *.csv)};
    DefaultDir=D:\;','SELECT * FROM Test.csv')
    Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
    Configuration option 'Ad Hoc Distributed Queries' changed from 1 to 1. Run the RECONFIGURE statement to install.
    OLE DB provider "MSDASQL" for linked server "(null)" returned message "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified".
    Msg 7303, Level 16, State 1, Line 1
    Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "(null)".

  • Sql server replication from SQL SERVER VERSION(7.0) to SQL SERVER 2005

    Hi All,
    We are trying to create a replication between Sql server 7.0 data to SQL server 2005 data . We tried to create a local subscription in Sql server ,when tried to connect to publisher  running in Sql server 7.0 it is showing an error message
    like "This Sql server vresion(7.0) is not supported" .
    Could any one please help us with this issue ?
    Thanks
    Sandy

    Hi CRM_Learner,
    SQL Server version 7.0 Service Pack 4 (SP4) is the earliest version that can participate in a replication topology with SQL Server 2005. We need to verify the version of SQL Server. If you configure transactional replication with updating subscribers,
    for a SQL Server 7.0 Publisher, only SQL Server 7.0 Subscribers are supported. SQL Server 7.0, 2000 was out of support in the SQL Server Forums. I suggest you install SQL Server 2005 or later version to configure the SQL Server replication.
    For more information, there is a detail about using multiple Versions of SQL Server in a replication topology.
    http://technet.microsoft.com/en-us/library/ms143241(v=sql.90).aspx
    Regards,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • Can i install Try version NW CE on Win Server 2003 64 bit or must it be 32?

    Hallo everybody,
    i wish install try version NW CE on Win Server 2003 64 ? Here
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/a0a6bd7b-3dfc-2c10-eb95-aae0f777d4ab
    i read it run on 32 bit. Mean that on 32 only or i can install on 64 Bit too?
    Thank you in advance!!!

    32 only.

  • Recent Workflow Version not active in Production server

    Hi Gurus,
    Recently, I made a  minor change to an existing workflow. After the changes, it was transported to QA and Production. In QA, the changes are reflected and when I click on the version overview tab of the workflow, I can see that my last changed version is the active version. But, In production server the last version is  not active. The previous version before my changes remains as the active version. Though it shows my version their, it is not active and the change are not yet reflected.
    To solve this I tried following ways,
    1)  I refreshed the buffer in SWU_OBUF in Production, but no improvements.
    2) Then I tried to check, if there could be any errors when I activate the workflow in Development server. But, there are no errors except few warnings like some of the variables declared for the workflow but not used. So, this also does not help.
    3) Then I tried changing the workflow to tag it again to a transport request thinking in a way, previously there might be a problem in attaching the active object. But, even after transporting the second changes, the workflow version is still not active in Production. But, it is active in QA.
    Please let me know, if I can try any other ways which is not mentioned above!
    Thanks a million.
    AM

    Hello,
    Check the transport logs for any errors and make sure all the transports have been done, and in the right order.
    What was the minor change that you made?
    You can get situations like this when you eg create a task, don't transport the task, and then add the task to a workflow and transport the workflow. In Development all will be fine, but not so in QA and/or Production.
    regards
    Paultje Bakker
    Hanabi Technology

  • The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.

    I am getting the following error when attempting to INSERT the results of an "EXEC(@MDXQuery) at SSAS LinkedServer":
    The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.
    Here is code that illustrates what I am doing:
    DECLARE @MDX varchar(max);
    SET @MDX='
    SELECT
    [Measures].[Extended Service Count]
    } ON COLUMNS,
    NON EMPTY [Organization].[By Manufacturer].[Manufacturer]
    ON ROWS
    FROM (
    SELECT
    {[Organization].[Org Tree].&[2025],[Organization].[Org Tree].&[2040]} ON 0
    FROM [MyCube]
    /* Test 1 */
    EXECUTE(@MDX) at SSASLinkedServer;
    /* Test 2 */
    DECLARE @ResultsB TABLE (
    Manufacturer varchar(255)
    , ExtendedServiceCount float
    INSERT INTO @ResultsB (Manufacturer, ExtendedServiceCount) EXECUTE(@MDX) at SSASLinkedServer;
    Test 1 succeeds, returning expected results, and Test 2 fails returning the error mentioned above.
    Other articles I've found so far don't seem to apply to my case.  I am not creating any explicit transactions in my code.   When I use OPENQUERY, I am able to do the insert just fine, but not when I use EXEC @MDX at LinkedServer.
    Unfortunately in some variations of the query, I run into the 8800 character limit on OPENQUERY, so I need to use this other approach.
    Any ideas?
    -Tab Alleman

    Hi Tab,
    In this case, SQL Server Analysis Services doesn’t support Distributed Transactions by design. Here is a similar thread about this issue for your reference, please see:
    http://social.technet.microsoft.com/Forums/en-US/8b07be45-01b6-49d4-b773-9f441c0e44c9/olaplinked-server-error-msolap-for-linked-server-olaplinked-server-does-not-support-the?forum=sqlanalysisservices
    One workaround is that use SQLCMD to execute the EXEC AT command and saved the results to a file, then import using SSIS.
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support

Maybe you are looking for

  • Rwserver -install server_name - failing in windows 2000 server

    Hi, I have installed Oracle Application Server 10g R-2 on windows 2000 server.I have deployed all the application of my concern but while configuring report server through command prompt via following command:- rwserver -install <server_name> autosta

  • PSE can not create layers from Aperture reference

    I'm still working out how to use Aperture (just got it) and I can't figure this one out. No matter how I try and export an image to Photoshop (tried using PSD & TIFF standard and 16 bit) , PSE will NOT allow me to create duplicate a layer from teh ba

  • LabVIEw Ploymorphic VI as a Custom StepType

    I've got a polymorphic VI that I'd like to make a custom steptype out of - so when a user drags it into their sequence from the insertion palette, they get to choose which instance. Right now, it looks like I have to choose the instance when I'm maki

  • I cannot get anything off the App Store because it says cannot connect to iTunes?

    It won't let me download off the App Store?

  • How to insert Enhancement

    Hi All, I am new in enhancement/User Exit, I want to insert a user exit/enhancement on VA01 'USEREXIT_MOVE_FIELD_TO_VBKD' in program ' MV45AFZZ. to select the customer group from KNVV-KDGRP to screen field VBKD-KDGRP by using the screen fields VBAK-V