Timezone setting for WLS 5.1 on NT

We are running WLS 5.1 on NT4.0sp6a in Australia. The Regional Settings on
the NT box are setup for Australia. The time on the computer is correct,
however on our WebLogic console the times are ahead 1 hour - displaying GMT
+11 instead of GMT +10. Is there somewhere to set the correct timezone (or
daylight saving setting)??
Chris Steains

Hi Chris.
Other folks have seen similar problems with JDKs and NT. Try setting
user.timezone to your specific timezone as follows for the java command line:
-Duser.timezone=Australia/Melbourne
Obviously you will want to use the appropriate timezone if Australia/Melbourne
is not correct.
Hope this helps,
Michael
Chris Steains wrote:
We are running WLS 5.1 on NT4.0sp6a in Australia. The Regional Settings on
the NT box are setup for Australia. The time on the computer is correct,
however on our WebLogic console the times are ahead 1 hour - displaying GMT
+11 instead of GMT +10. Is there somewhere to set the correct timezone (or
daylight saving setting)??
Chris Steains

Similar Messages

  • What is the last version i can use that still has MY TIMEZONE SETTING for ebay?

    I upgraded to your newest version and lost the time zone setting thing so i tried your nightly devel tool thing and was crashing a hanging because of the amount of memory i think. So i got rid of that installed a 2 something version and now have it back. But i still crash and hang, i was thinking of uninstalling again and give it one more try

    You may have a user agent that is corrupted and that identifies you as Firefox/2.0.0.1
    *Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1 ( .NET CLR 3.5.30729; .NET4.0C) 988706703 system:4.00289 SearchToolbar/1.2
    See:
    *https://support.mozilla.com/kb/Finding+your+Firefox+version
    *https://support.mozilla.com/kb/Websites+or+add-ons+incorrectly+report+incompatible+browser
    *http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default

  • UDI wizard is not applying TimeZone setting (MDT2013)

    Hi All,
    I am working on MDT2013 to create Windows7-64bit Image for OEM vendor. Note:- I am not using any SQL database.
    I have customized the UDIWizard_Config.xml where it should ask for UIlanguage, Inputlocale and Timezone. I am calling this UDI wizard xml in Tasksequence after gathering locally here the problem is after completing the build its not applying the Timezone
    setting in image.
    Any one aware about this issue? why UDI wizard is not applying the Timezone setting in image? 
    I have attached the below UDI wizard XML. please answer and ask if you require any more details..
    <?xml version="1.0" encoding="UTF-8"?>
    -<Wizard>
    -<DLLs>
    <DLL Name="OSDRefreshWizard.dll"/>
    <DLL Name="SharedPages.dll"/>
    </DLLs>
    -<Style>
    <Setter Property="bannerFilename">UDI_Wizard_Banner.bmp</Setter>
    <Setter Property="title">Operating System Deployment (OSD) Wizard</Setter>
    </Style>
    -<Pages>
    -<Page Name="WelcomePage" Type="Microsoft.SharedPages.WelcomePage" DisplayName="Welcome">
    -<Fields>
    -<Field Name="WelcomeText" Summary="" Enabled="true">
    <Default> Welcome to the Deployment Wizard. This wizard will walk you through a series of screens that will allow you to choose Language type. Click on the 'Next' button to start your selected language pack installalation. Please allow 1 hours for installation. If you need support during this process, please e-mail your system administrator. </Default>
    </Field>
    </Fields>
    </Page>
    -<Page Name="ConfigScanPage" Type="Microsoft.OSDRefresh.ConfigScanPage" DisplayName="Deployment Readiness">
    -<Tasks StatusTitle="Status" NameTitle="Configuration Check Name">
    -<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Check Windows Scripting Host">
    <Setter Property="filename">%windir%\system32\cscript.exe</Setter>
    <Setter Property="parameters">Preflight\OSDCheckWSH.vbs</Setter>
    <Setter Property="BitmapFilename">images\WinScriptHost.bmp</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="Windows Scripting Host not installed." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.SharedPages.WiredNetworkTask" DisplayName="Wired Network Check">
    <Setter Property="BitmapFilename">images\WiredNetwork.ico</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="No Wired connection found. Please plug in to a network cable." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.OSDRefresh.AppDiscoveryTask" DisplayName="Application Discovery">
    <Setter Property="readcfg">$LogPath$\OSDSetupWizard.xml.app</Setter>
    <Setter Property="writecfg">%temp%\AppDiscoveryresult.xml.app</Setter>
    <Setter Property="log">$LogPath$\AppDiscovery.log</Setter>
    <Setter Property="BitmapFilename">images\AppDiscovery.ico</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="Successfully scanned applications." Value="0" State="Success"/>
    <ExitCode Type="1" Text="Could not run application discovery engine (reason unknown). The appropriate applications may not be selected." Value="*" State="Warning"/>
    <ExitCode Type="1" Text="One or more warnings were encountered (nonfatal) while running App Discovery. The appropriate applications may not be selected." Value="1" State="Warning"/>
    <ExitCode Type="1" Text="Critical problems were encountered while initializing App Discovery. The appropriate applications may not be selected." Value="16777216" State="Warning"/>
    <ExitCode Type="1" Text="Critical problems were encountered while processing the Application Master List. The appropriate applications may not be selected." Value="33554432" State="Warning"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Get Printers">
    <Setter Property="filename">%windir%\system32\cscript.exe</Setter>
    <Setter Property="parameters">Preflight\OSD_GetPrinters.vbs /xmlout:%temp%\PrinterList.xml;$LogPath$\PrinterList.xml</Setter>
    <Setter Property="BitmapFilename">images\Printers.ico</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="1" Text="Output filename not specified correctly." Value="10" State="Warning"/>
    <ExitCode Type="1" Text="Unable to create output file." Value="20" State="Warning"/>
    <ExitCode Type="1" Text="An unknown error has occurred." Value="*" State="Warning"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="CheckSMSFolderOnUSB">
    <Setter Property="filename">%windir%\system32\cscript.exe</Setter>
    <Setter Property="parameters">Preflight\CheckSMSFolderOnUSB.vbs</Setter>
    <Setter Property="BitmapFilename">images\USB.bmp</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="Please disconnect any USB Drives at this time, cancel the wizard, and start the task sequence over." Value="*" State="Error"/>
    <Error Type="-1" Text="The path not found" Value="2" State="Error"/>
    <Error Type="-1" Text="The file not found" Value="3" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.OSDRefresh.ACPowerTask" DisplayName="AC Power Check">
    <Setter Property="BitmapFilename">images\ACPower.bmp</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="No AC power detected. Please plug in to power." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Check Drive Encryption">
    <Setter Property="filename">%windir%\system32\cscript.exe</Setter>
    <Setter Property="parameters">Preflight\OSDBitlockerState.vbs %systemdrive%</Setter>
    <Setter Property="BitmapFilename">images\bitlocker.ico</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="1" Text="Drive is fully encrypted. Encryption will be paused during deployment and resumed." Value="1" State="Warning"/>
    <ExitCode Type="1" Text="Drive encryption is paused. Encryption will resume after deployment has completed." Value="4" State="Warning"/>
    <ExitCode Type="1" Text="Drive encryption is paused. Encryption will resume after deployment has completed." Value="5" State="Warning"/>
    <ExitCode Type="-1" Text="Drive is currently encrypting. Please fully encrypt or pause encryption to continue." Value="2" State="Error"/>
    <ExitCode Type="-1" Text="Drive is currently decrypting. Please fully decrypt or pause decryption to continue." Value="3" State="Error"/>
    <ExitCode Type="-1" Text="A script error was detected. Please contact support to continue." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    </Tasks>
    </Page>
    -<Page Name="ConfigScanBareMetal" Type="Microsoft.OSDRefresh.ConfigScanPage" DisplayName="Deployment Readiness">
    -<Tasks StatusTitle="Status" NameTitle="Configuration Check Name">
    -<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Check Windows Scripting Host">
    <Setter Property="filename">%windir%\system32\cscript.exe</Setter>
    <Setter Property="parameters">Preflight\OSDCheckWSH.vbs</Setter>
    <Setter Property="BitmapFilename">images\WinScriptHost.bmp</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="Windows Scripting Host not installed." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.SharedPages.WiredNetworkTask" DisplayName="Wired Network Check">
    <Setter Property="BitmapFilename">images\WiredNetwork.ico</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="No Wired connection found. Please plug in to a network cable." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.OSDRefresh.ACPowerTask" DisplayName="AC Power Check">
    <Setter Property="BitmapFilename">images\ACPower.bmp</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="No AC power detected. Please plug in to power." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.OSDRefresh.PrestageDriveLookupTask" DisplayName="OEMMedia Lookup">
    <Setter Property="BitmapFilename"/>
    -<ExitCodes>
    <ExitCode Type="0" Text="Success" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="Error" Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.OSDRefresh.AppDiscoveryTask" DisplayName="Application Discovery">
    <Setter Property="readcfg">%OSDDataSourceDrive%\%OSDDataSourceDirectory%\AppDiscoveryresult.xml.app</Setter>
    <Setter Property="writecfg">%temp%\AppDiscoveryresult.xml.app</Setter>
    <Setter Property="log">$LogPath$\AppDiscovery.log</Setter>
    <Setter Property="BitmapFilename">images\AppDiscovery.ico</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="Successfully scanned applications." Value="0" State="Success"/>
    <ExitCode Type="1" Text="Could not run application discovery engine (reason unknown). The appropriate applications may not be selected." Value="*" State="Warning"/>
    <ExitCode Type="0" Text="AppDiscovery exited with success as Application matching information is not available in Windows PE." Value="1" State="Success"/>
    <ExitCode Type="1" Text="Critical problems were encountered while initializing App Discovery. The appropriate applications may not be selected." Value="16777216" State="Warning"/>
    <ExitCode Type="1" Text="Critical problems were encountered while processing the Application Master List. The appropriate applications may not be selected." Value="33554432" State="Warning"/>
    </ExitCodes>
    </Task>
    </Tasks>
    </Page>
    -<Page Name="RebootPage" Type="Microsoft.OSDRefresh.RebootPage" DisplayName="Reboot">
    -<Fields>
    -<Field Name="RebootText" Summary="" Enabled="true">
    <Default> Your machine will now be rebooted. Click on the 'Finish' button to reboot. </Default>
    </Field>
    </Fields>
    </Page>
    -<Page Name="WelcomePageReplace" Type="Microsoft.SharedPages.WelcomePage" DisplayName="Welcome">
    -<Fields>
    -<Field Name="WelcomeText" Summary="" Enabled="true">
    <Default> Welcome to the Replace Wizard. This wizard will walk you through a series of screens that will allow you to customize your data and settings for USMT. After you have entered the information, the wizard will begin USMT. Click on the 'Next' button to start. Please allow 2 hours for USMT. If you need support during this process, please e-mail your system administrator. </Default>
    </Field>
    </Fields>
    </Page>
    -<Page Name="VolumePage" Type="Microsoft.OSDRefresh.VolumePage" DisplayName="Volume">
    -<Fields>
    <Field Name="Image" Summary="Image Selection:" Enabled="true" VarName="OSDImageIndex"/>
    -<Field Name="Volume" Summary="Volume:" Enabled="true">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">There are no volumes available for installing the OS.</Setter>
    </Validator>
    </Field>
    <Field Name="Directory" Summary="Windows Directory:" Enabled="true"/>
    <Field Name="Format" Summary="Format:" Enabled="true" VarName="OSDDiskPart"/>
    </Fields>
    <Setter Property="MinimumVolumeSize">10</Setter>
    <Setter Property="FormatWinPE">Partition and &format disk 0.</Setter>
    <Setter Property="FormatFullOS">&Clean the selected volume.</Setter>
    <Setter Property="FormatWinPEWarning">WARNING: Choosing this option will repartition and format disk 0!</Setter>
    <Setter Property="FormatFullOSWarning">WARNING: Choosing this option will delete all data on the target volume!</Setter>
    -<Data Name="ImageSelection">
    -<DataItem>
    <Setter Property="DisplayName">Windows 7 RTM (x86)</Setter>
    <Setter Property="Index">1</Setter>
    <Setter Property="Architecture">x86</Setter>
    <Setter Property="ImageName">Windows 7 RTM Images</Setter>
    </DataItem>
    </Data>
    </Page>
    -<Page Name="UserRestorePage" Type="Microsoft.OSDRefresh.UserStatePage" DisplayName="Select Target">
    -<Fields>
    <RadioGroup Name="LocationGroup" Locked="false"/>
    -<Field Name="TargetDrive" Enabled="true" VarName="">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">No target drive found. Please insert a valid USB drive and click the Refresh button.</Setter>
    </Validator>
    </Field>
    -<Field Name="NetworkLocation" Enabled="true" VarName="SMSConnectNetworkFolderPath">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">No valid network share.</Setter>
    </Validator>
    </Field>
    -<Field Name="Username" Summary="User:" Enabled="true" VarName="OSDUserStateKey">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">You have to input user name. Example is domain\user.</Setter>
    </Validator>
    -<Validator Type="Microsoft.Wizard.Validation.RegEx">
    <Setter Property="Message">User name format is invalid. Example is domain\user.</Setter>
    <Setter Property="Pattern">^([A-Za-z0-9-\.]+)\\([^+#,*"<>;=\[\]:?/|']+)$</Setter>
    </Validator>
    </Field>
    -<Field Name="Password" Summary="" Enabled="true" VarName="OSDUserStateKeyPassword">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">Password is required. Please enter the password.</Setter>
    </Validator>
    </Field>
    <Field Name="NoDataRadio" Enabled="true" VarName=""/>
    <Field Name="LocalRadio" Enabled="true" VarName=""/>
    <Field Name="USBRadio" Enabled="true" VarName=""/>
    <Field Name="NetworkRadio" Enabled="true" VarName=""/>
    </Fields>
    <Setter Property="NetworkPassword"/>
    <Setter Property="NetworkUsername"/>
    <Setter Property="DataSourceText">Please select a location where user data will be captured and/or restored.</Setter>
    <Setter Property="Format">disable</Setter>
    <Setter Property="FormatPrompt">disable</Setter>
    <Setter Property="MinimumDriveSize">10</Setter>
    <Setter Property="State">Restore</Setter>
    <Setter Property="NetworkDrive">n:</Setter>
    <Data Name="Network"/>
    </Page>
    -<Page Name="ComputerPage" Type="Microsoft.OSDRefresh.ComputerPage" DisplayName="New Computer Details">
    -<Fields>
    -<RadioGroup Name="DomainGroup" Locked="false">
    <Default>Workgroup</Default>
    </RadioGroup>
    -<Field Name="ComputerName" Summary="Computer Name:" Enabled="true" VarName="OSDComputerName">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">The computer name is required. Please enter a computer name.</Setter>
    </Validator>
    -<Validator Type="Microsoft.Wizard.Validation.RegEx">
    <Setter Property="Message">The computer name is not valid. It either contains a character that isn't allowed, or is longer than 15 characters.</Setter>
    <Setter Property="NamedPattern">ComputerName</Setter>
    </Validator>
    -<Validator Type="Microsoft.Wizard.Validation.InvalidChars">
    <Setter Property="Message">One of the characters in the computer name is not valid.</Setter>
    <Setter Property="InvalidChars"/>
    </Validator>
    </Field>
    -<Field Name="DomainCombo" Enabled="true" VarName="OSDDomainName">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">You must select a domain.</Setter>
    </Validator>
    </Field>
    <Field Name="DomainOUCombo" Enabled="true" VarName="OSDDomainOUName"/>
    -<Field Name="WorkgroupName" Summary="Workgroup:" Enabled="true" VarName="OSDWorkgroupName">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">The workgroup name must be between 1 and 15 characters long, and cannot contain any of these characters: " : ; | = + * ? < ></Setter>
    </Validator>
    -<Validator Type="Microsoft.Wizard.Validation.RegEx">
    <Setter Property="Message">The workgroup name must be between 1 and 15 characters long, and cannot contain any of these characters: " : ; | = + * ? < ></Setter>
    <Setter Property="NamedPattern">Workgroup</Setter>
    </Validator>
    </Field>
    -<Field Name="Username" Summary="Join Domain Account:" Enabled="true" VarName="OSDJoinAccount">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">You have to input user name. Example is domain\user.</Setter>
    </Validator>
    -<Validator Type="Microsoft.Wizard.Validation.RegEx">
    <Setter Property="Message">User name format is invalid. Example is domain\user.</Setter>
    <Setter Property="Pattern">^([A-Za-z0-9-\.]+)\\([^+#,*"<>;=\[\]:?/|']+)$</Setter>
    </Validator>
    </Field>
    -<Field Name="Password" Summary="" Enabled="true" VarName="OSDJoinPassword">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">Password is required. Please enter the password.</Setter>
    </Validator>
    </Field>
    </Fields>
    <Setter Property="ADCredentialCheck" Type="boolean">true</Setter>
    <Setter Property="ADComputerObjectCheck" Type="boolean">true</Setter>
    <Setter Property="UseExistingComputerName" Type="boolean">false</Setter>
    <Data Name="Domain"/>
    </Page>
    -<Page Name="AdminAccounts" Type="Microsoft.SharedPages.AdminAccountsPage" DisplayName="Administrator Password">
    -<Fields>
    -<Field Name="Username" Summary="Add as Administrator:" Enabled="true" VarName="OSDAddAdmin">
    <Default>%OSDJoinAccount%</Default>
    -<Validator Type="Microsoft.Wizard.Validation.InvalidChars">
    <Setter Property="Message">One of the characters in the Account Name(s) field is not valid.</Setter>
    <Setter Property="InvalidChars">/[]:|=,+*<>?"</Setter>
    </Validator>
    </Field>
    -<Field Name="Password" Summary="" Enabled="true" VarName="OSDLocalAdminPassword">
    <Default/>
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">Password is required. Please enter the password.</Setter>
    </Validator>
    </Field>
    </Fields>
    </Page>
    -<Page Name="UDAPage" Type="Microsoft.OSDRefresh.UDAPage" DisplayName="User Device Affinity">
    -<Fields>
    -<Field Name="DeviceAfinity" Summary="" Enabled="true">
    <Default>false</Default>
    </Field>
    -<Field Name="Username" Summary="User Device Affinity Account:" Enabled="true" VarName="SMSTSUdaUsers">
    <Default>%OSDJoinAccount%</Default>
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">You have to input user name. Example is domain\user.</Setter>
    </Validator>
    -<Validator Type="Microsoft.Wizard.Validation.RegEx">
    <Setter Property="Message">User name format is invalid. Example is domain\user.</Setter>
    <Setter Property="Pattern">^([A-Za-z0-9-]+)\\([^+#,*"<>;=\[\]:?/|']+)$</Setter>
    </Validator>
    </Field>
    <Field Name="Password" Enabled="true"/>
    </Fields>
    </Page>
    -<Page Name="LanguagePage" Type="Microsoft.OSDRefresh.LanguagePage" DisplayName="Language">
    -<Fields>
    -<Field Name="LanguagePack" Summary="Language Pack:" Enabled="true" VarName="UILanguage">
    <Default>DE-DE</Default>
    </Field>
    -<Field Name="InputLocale" Summary="Locale:" Enabled="true" VarName="UserLocale">
    <Default>en-US</Default>
    </Field>
    -<Field Name="KeyboardLocale" Summary="Keyboard Locale:" Enabled="true" VarName="KeyboardLocale">
    <Default>00000409</Default>
    </Field>
    -<Field Name="TimeZone" Summary="Time Zone:" Enabled="true" VarName="OSDTimeZone">
    <Default>Pacific Standard Time</Default>
    </Field>
    </Fields>
    -<Data Name="LanguagePacks">
    -<DataItem>
    <Setter Property="DisplayName">English (United States)</Setter>
    <Setter Property="Language">EN-US</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Chinese (Hong Kong S.A.R.)</Setter>
    <Setter Property="Language">ZH-HK</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">German (Germany)</Setter>
    <Setter Property="Language">DE-DE</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Japanese (Japan)</Setter>
    <Setter Property="Language">JA-JP</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Polish (Poland)</Setter>
    <Setter Property="Language">PL-PL</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Romanian (Romania)</Setter>
    <Setter Property="Language">RO-RO</Setter>
    </DataItem>
    </Data>
    </Page>
    -<Page Name="ApplicationPage" Type="Microsoft.OSDRefresh.ApplicationPage" DisplayName="Install Programs">
    <Setter Property="Link.Uri">%temp%\AppDiscoveryresult.xml.app</Setter>
    <Setter Property="TsAppBaseVariable">PACKAGES</Setter>
    <Setter Property="TsApplicationBaseVariable">APPLICATIONS</Setter>
    <Setter Property="TsWindowsAppPackageAppBaseVariable">WINDOWSAPPPACKAGEAPPS</Setter>
    <Setter Property="TsAppInstall">AppInstall</Setter>
    </Page>
    <Page Name="SummaryPage" Type="Microsoft.Shared.SummaryPage" DisplayName="Summary"/>
    -<Page Name="UserCapturePageOldPC" Type="Microsoft.OSDRefresh.UserStatePage" DisplayName="Select Target">
    -<Fields>
    <RadioGroup Name="LocationGroup" Locked="false"/>
    -<Field Name="TargetDrive" Enabled="true" VarName="">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">No target drive found. Please insert a valid USB drive and click the Refresh button.</Setter>
    </Validator>
    </Field>
    -<Field Name="NetworkLocation" Enabled="true" VarName="SMSConnectNetworkFolderPath">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">No valid network share.</Setter>
    </Validator>
    </Field>
    -<Field Name="Username" Summary="User:" Enabled="true" VarName="OSDUserStateKey">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">You have to input user name. Example is domain\user.</Setter>
    </Validator>
    -<Validator Type="Microsoft.Wizard.Validation.RegEx">
    <Setter Property="Message">User name format is invalid. Example is domain\user.</Setter>
    <Setter Property="Pattern">^([A-Za-z0-9-\.]+)\\([^+#,*"<>;=\[\]:?/|']+)$</Setter>
    </Validator>
    </Field>
    -<Field Name="Password" Summary="" Enabled="true" VarName="OSDUserStateKeyPassword">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">Password is required. Please enter the password.</Setter>
    </Validator>
    </Field>
    <Field Name="NoDataRadio" Enabled="false" VarName=""/>
    <Field Name="LocalRadio" Enabled="false" VarName=""/>
    <Field Name="USBRadio" Enabled="true" VarName=""/>
    <Field Name="NetworkRadio" Enabled="true" VarName=""/>
    </Fields>
    <Setter Property="NetworkPassword"/>
    <Setter Property="NetworkUsername"/>
    <Setter Property="DataSourceText">Please select a location where user data will be captured.</Setter>
    <Setter Property="Format">disable</Setter>
    <Setter Property="FormatPrompt">disable</Setter>
    <Setter Property="MinimumDriveSize">10</Setter>
    <Setter Property="State">Capture</Setter>
    <Setter Property="NetworkDrive">n:</Setter>
    <Data Name="Network"/>
    </Page>
    -<Page Name="ProgressPage" Type="Microsoft.OSDRefresh.ProgressPage" DisplayName="Capture Data">
    <Setter Property="LogFilename">$LogPath$\USMTcapture.prg</Setter>
    -<Tasks StatusTitle="Status" NameTitle="Task Name">
    -<Task Type="Microsoft.Wizard.CopyFilesTask" DisplayName="Copy AppDiscovery XML">
    <File Dest="$DriveLetter$\%OSDDataSourceDirectory%" Source="%temp%\AppDiscoveryresult.xml.app"/>
    <Setter Property="BitmapFilename">images\copy.bmp</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="Copy failed." Value="*" State="Error"/>
    <Error Type="-1" Text="Copy failed. Please check the OSD Wizard log file for details." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.Wizard.CopyFilesTask" DisplayName="Copy Printers XML">
    <File Dest="$DriveLetter$\%OSDDataSourceDirectory%" Source="%temp%\PrinterList.xml"/>
    <Setter Property="BitmapFilename">images\Printers.ico</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="Copy failed. Please check the OSD Wizard log file for details." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.Wizard.CopyFilesTask" DisplayName="Copy ProductsList">
    <File Dest="$DriveLetter$\%OSDDataSourceDirectory%" Source="%temp%\ProductsInstalled.txt"/>
    <Setter Property="BitmapFilename">images\copy.bmp</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="Copy failed." Value="*" State="Error"/>
    <Error Type="-1" Text="Copy failed. Please check the OSD Wizard log file for details." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    -<Task Type="Microsoft.Wizard.ShellExecuteTask" DisplayName="Run USMT">
    <Setter Property="BitmapFilename">images\usmt.bmp</Setter>
    <Setter Property="filename">%windir%\system32\wscript.exe</Setter>
    <Setter Property="parameters">//B %ScriptRoot%\ZTIUserState.wsf /capture /OSDStateStorePath:$DriveLetter$\%OSDDataSourceDirectory% /UserDataKey:%OSDUserStateKeyPassword%</Setter>
    -<ExitCodes>
    <ExitCode Type="0" Text="" Value="0" State="Success"/>
    <ExitCode Type="-1" Text="USMT scan state failed." Value="*" State="Error"/>
    </ExitCodes>
    </Task>
    </Tasks>
    </Page>
    -<Page Name="RebootAfterCapture" Type="Microsoft.OSDRefresh.RebootPage" DisplayName="Reboot">
    -<Fields>
    -<Field Name="RebootText" Summary="" Enabled="true">
    <Default> Your machine will now be rebooted. Click on the 'Finish' button to reboot. </Default>
    </Field>
    </Fields>
    </Page>
    -<Page Name="BitLocker" Type="Microsoft.OSDRefresh.BitLockerPage" DisplayName="BitLocker">
    -<Fields>
    <!-- Valid values: TPM,TPMPIN,TPMKey and ExternalKey-->
    -<RadioGroup Name="BitLockerRadioGroup" Locked="false">
    <Default>TPMPIN</Default>
    </RadioGroup>
    -<RadioGroup Name="LocationGroup" Locked="false">
    <Default>AD</Default>
    </RadioGroup>
    -<Field Name="BitLocker" Summary="" Enabled="true" VarName="BDEInstallSuppress">
    <Default>True</Default>
    </Field>
    -<Field Name="PIN" Summary="" Enabled="true" VarName="BDEPIN">
    -<Validator Type="Microsoft.Wizard.Validation.NonEmpty">
    <Setter Property="Message">The PIN must not be emtpy</Setter>
    </Validator>
    -<Validator Type="Microsoft.Wizard.Validation.RegEx">
    <Setter Property="Message">PIN should be a number between 4-20 digits</Setter>
    <Setter Property="Pattern">^[0-9-]{4,20}$</Setter>
    </Validator>
    </Field>
    -<Field Name="WaitForEncryption" Summary="" Enabled="true" VarName="OSDBitlockerWaitForEncryption">
    <Default>True</Default>
    </Field>
    </Fields>
    <Setter Property="KeyLocation"/>
    </Page>
    -<Page Name="Build Type" Type="Microsoft.Wizard.CustomPage" DisplayName="Build Type">
    -<Fields>
    -<Field Name="label3" Summary="" Enabled="true" VarName="">
    <Default>Choose Language Type</Default>
    </Field>
    -<RadioGroup Name="Group1" Summary="ABBLan" Enabled="true" VarName="ABBLang" Locked="false">
    <Default>radiobutton1</Default>
    </RadioGroup>
    -<Field Name="combo5" Summary="ABBLang" Enabled="true" VarName="ABBLang">
    <Default>English</Default>
    </Field>
    </Fields>
    -<Data Name="CustomFields">
    -<DataItem>
    <Setter Property="ControlType">label</Setter>
    <Setter Property="ID">3</Setter>
    <Setter Property="X">37.27</Setter>
    <Setter Property="Y">3.67</Setter>
    <Setter Property="Width">100</Setter>
    <Setter Property="Height">12</Setter>
    <Setter Property="Name">label3</Setter>
    <Setter Property="Label">Choose Language Type</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="ControlType">combo</Setter>
    <Setter Property="ID">5</Setter>
    <Setter Property="X">36.87</Setter>
    <Setter Property="Y">21.25</Setter>
    <Setter Property="Width">100</Setter>
    <Setter Property="Height">12</Setter>
    <Setter Property="Name">combo5</Setter>
    </DataItem>
    </Data>
    -<Data Name="combo5">
    -<DataItem>
    <Setter Property="DisplayName">English</Setter>
    <Setter Property="Value">0</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Chinese</Setter>
    <Setter Property="Value">1</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Japanese</Setter>
    <Setter Property="Value">2</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">German</Setter>
    <Setter Property="Value">3</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Lang-2</Setter>
    <Setter Property="Value">4</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Lang-3</Setter>
    <Setter Property="Value">5</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Lang-4</Setter>
    <Setter Property="Value">6</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Lang-5</Setter>
    <Setter Property="Value">7</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Lang-6</Setter>
    <Setter Property="Value">8</Setter>
    </DataItem>
    -<DataItem>
    <Setter Property="DisplayName">Lang-7</Setter>
    <Setter Property="Value">9</Setter>
    </DataItem>
    </Data>
    </Page>
    </Pages>
    -<StageGroups>
    -<StageGroup DisplayName="New Computer">
    -<Stage Name="NEWCOMPUTER" DisplayName="New Computer">
    <PageRef Page="WelcomePage"/>
    <PageRef Page="LanguagePage"/>
    <PageRef Page="SummaryPage"/>
    </Stage>
    -<Stage Name="NEWCOMPUTER.Prestaged" DisplayName="New Computer (prestaged media)">
    <PageRef Page="WelcomePage"/>
    <PageRef Page="BitLocker"/>
    <PageRef Page="UserRestorePage"/>
    <PageRef Page="ConfigScanBareMetal"/>
    <PageRef Page="ComputerPage"/>
    <PageRef Page="AdminAccounts"/>
    <PageRef Page="UDAPage"/>
    <PageRef Page="LanguagePage"/>
    <PageRef Page="ApplicationPage"/>
    <PageRef Page="SummaryPage"/>
    </Stage>
    </StageGroup>
    -<StageGroup DisplayName="Refresh">
    -<Stage Name="REFRESH" DisplayName="Refresh">
    <PageRef Page="WelcomePage"/>
    <PageRef Page="VolumePage"/>
    <PageRef Page="UserRestorePage"/>
    <PageRef Page="ConfigScanPage"/>
    <PageRef Page="ComputerPage"/>
    <PageRef Page="AdminAccounts"/>
    <PageRef Page="LanguagePage"/>
    <PageRef Page="ApplicationPage"/>
    <PageRef Page="SummaryPage"/>
    </Stage>
    </StageGroup>
    -<StageGroup DisplayName="Replace">
    -<Stage Name="REPLACE" DisplayName="Replace, in full OS">
    <PageRef Page="WelcomePageReplace"/>
    <PageRef Page="ConfigScanPage"/>
    <PageRef Page="RebootPage"/>
    </Stage>
    -<Stage Name="REPLACE.WinPE" DisplayName="Replace, in WinPE">
    <PageRef Page="UserCapturePageOldPC"/>
    <PageRef Page="ProgressPage"/>
    <PageRef Page="RebootAfterCapture"/>
    </Stage>
    </StageGroup>
    </StageGroups>
    </Wizard>

    I don't know much about the UDI but I think the FieldName should be TimeZoneName and not just TimeZone.

  • Post upgrade issues from Timezone setting

    Everyone,
    We just upgraded from 4.5 -> version 6.0 SP1 (so we first upgraded the data to 4.5 WS then to version 6)
    After the upgrade, we saw the web service registration to have the send timezone setting to portlet as checked for all the portlets that were upgraded/migrated.
    Then after the DB upgrade, we saw some portlets not displaying because of a person's time zone setting. This went a step further and there are users who reported that they can't access the change locale settings page or even add portlets to their page.
    A PT spy of the users experience showed this particular error: com.plumtree.portalpages.browsing.portalsettings.localesettings.LocaleSettingsView     LocaleSettingsView::Display An error occured when trying to display the HTML.
    System.InvalidCastException: Specified cast is not valid.
    at com.plumtree.portalpages.browsing.portalsettings.localesettings.LocaleSettingsModel.GetTimeZoneSetting() in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\browsing\portalsettings\localesettings\LocaleSettingsModel.cs:line 192
    at com.plumtree.portalpages.browsing.portalsettings.localesettings.LocaleSettingsView.Display() in e:\buildroot\Release\portalui\6.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\browsing\portalsettings\localesettings\LocaleSettingsView.cs:line 59
    I noticed that the cast error originates from the GetTimeZoneSetting() method. This led me to believe that some values in the DB were unexpected. True enough, I noticed that for the strTimeZone preference some users has a value of 1/-1 and the PrefValueType is set to 3 (instead of 8). After modifying this we resolve the issue and the users could proceed as normal.
    My question is that has anyone else experienced a similar issue(or is this just specific to our environment)? Also is there a list of settings/preference you need to check for data integrity after an upgrade? Thanks!

    I experienced an issue similar to this once. I don't know if it was exactly the same because it was a 4.5 to 5.x upgrade done a couple years ago, but it sounds like pretty much the same thing. I also tracked it down to a pref problem in the database. I had to manually fix the bad values, but that resolved the problem, and that was the only problem of that type I encountered. That doesn't mean you won't find anything else strange with your upgrade, but it seemed to be a strange isolated incident to me. I have done many upgrades since that time, and never encountered the problem again. I would suspect that if you have fixed all the database records that were affected by this, then you are probably OK.
    DJ Dewey | VHA Inc. | [email protected]

  • Does replication group have to be set for session replication

    I have delployed an servlet based application on a 3 node cluster. I have a simple POJO that I use to carry data in the session from a "confirm?" to "confirmed" page. This object implements serializable and only has String and int members. I put it in session using request.getSession().setAttribute("dto", myobject). For some reason it is not being replicated to the other nodes in the cluster. My weblogic.xml has "PersistentStoreType" set to "replicated_if_clustered". I am not seeing any serialization or other errors in the node logs.
              I have looked at information contained in the link below and I think we are doing everything right. http://support.bea.com/application_content/product_portlets/support_patterns/wls/HTTP_Session_Replication_Failures_Pattern.html
              The only thing that I noticed is that the "Replication Group" is not set for any of the servers in the cluster. Does this need to be set for replication to happen?

    Hi,
              Having replication group is optional. It is used only if you are implementing failover in cluster. For session replication one has to generally configure 3 things:
              - in memory replication
              - jdbc replication
              - file sytem replication
              for im memory replication,
              Step 1:
              make sure taht a client is accesing the cluseter using either
              - load balancing hardware
              - web servers with weblogic proxy plugin
              Step 2:
              specify the persistance type in weblogic.xml
              Thanks,
              Sushma

  • Third party benchmarks for WLS

    Does anyone have a reference for third party benchmarks for
    WLS 5.1 or 6.0 vs other J2EE app servers?
    Also performance of built-in WLS web server vs Apache or NES?
    Thanks,
    Eric Chiu

    ed2345 wrote:
    Easily done. See iTunes: How to set the play order of songs on an MP3 CD. Basically, if you sort the playlist by album, iTunes will burn the MP3 CD with album folders.
    Thanks, that solves the second problem, which was the more pressing anyway.
    Do you maybe also have an idea how to get rid of the number in front of the album title in the directory name?
    Cheers, Robert

  • Weblogic.security.cache.debug property for wls 6.1

    Hi,
    how can I set the weblogic.security.cache.debug property that worked with wls
    5.1. with the new 6.1 version ?
    Thanks a milion!

    With database concurrency, there is one instance per primary key per
    transaction.
    So if tx-1 calls pk 'Rob' and tx-2 calls pk 'Rob', they'll each have their own
    instance.
    -- Rob
    levi wrote:
    From weblogic ejb spec, it is said that for WLS 6.1 the default locking
    services is Database locking now. The container will defer locking services
    to the underlying database.
    My question is in WLS6.1, for a single row of data record stored in the
    underlying database, how many entity beans for this specific record in a
    single WebLogic container can have? I know that in WLS5.1, there's only 1
    entity bean instance for a specific record.
    If in WLS6.1 there's still only 1 entity bean instance for a data record,
    how does the container deal with the case in which multiple clients try to
    update this entity bean concurrently (and at this time the container use
    database locking service)?
    Thanks,
    Levi

  • How to install service for wls 7

    How to install NT service for wls 7 instance with pipe symbol (|) as part of
    -Dhttp.nonProxyHosts on the CMDLINE ? I'm having trouble with the | symbol on
    the command line ?
    Thanks,
    Jessie

    Hi Mark,
    Here is the info :
    C:\wlsdomains\SSLdomain>set CMDLINE="-hotspot -Xms32m -Xmx200m -Dhttp.proxyHost=
    snocache -Dhttp.proxyPort=8080 -Dhttps.proxyHost=snocache -Dhttps.proxyPort=8080
    -Dhttp.nonProxyHosts=\" | localhost | *.capgroup.com | SNO* | BRO* | \" -clas
    spath \"c:\weblogic7.0.2\jdk131_06\lib\tools.jar;c:\weblogic7.0.2\weblogic700\se
    rver\lib\weblogic_sp.jar;c:\weblogic7.0.2\weblogic700\server\lib\weblogic.jar;C:
    \Program Files\RadView\WebLOAD5.0\LiveConnect\Classes\" -Dweblogic.Name=SSLserve
    r -Dbea.home=\"c:\weblogic7.0.2\" -Dweblogic.management.username=admin -Dweblogi
    c.ProductionModeEnabled= -Djava.security.policy=\"c:\weblogic7.0.2\weblogic700\s
    erver\lib\weblogic.policy\" weblogic.Server"
    'localhost' is not recognized as an internal or external command,
    operable program or batch file
    | symbol is causing the 'localhost' is not recognized as an internal or external
    command error
    thanks,
    Jessie
    "Mark Griffith" <[email protected]> wrote:
    What is the exact syntax you are using and what is the "failure/problem"?
    Are you using CMD or mks?
    cheers
    mbg
    "Jessie Yau" <[email protected]> wrote in message
    news:3efa3b80$[email protected]..
    How to install NT service for wls 7 instance with pipe symbol (|) aspart
    of
    -Dhttp.nonProxyHosts on the CMDLINE ? I'm having trouble with the |symbol
    on
    the command line ?
    Thanks,
    Jessie

  • DST setting for absolute time in waveform graph

    I am using a waveform graph to display some pre-recorded data, with absolute time on the X-axis.
    If the time period of the data includes the point at which daylight savings time changes, then this comes out correct on the X-axis i.e. there is a one hour jump in time on the X scale.
    But this is only correct if the data is recorded in the same time zone with the same DST settings as the computer used to display the data. If I am viewing data that was recorded in another country, the time on the X scale can come out wrong.
    Is there any way to get the graph to ignore the DST setting, so that I don't get the one-hour jump on the X scale?

    Hi Scott,
    Thanks for your suggestions.
    I actually prefer relative time, but other users wanted absolute time so that is why I put it in.
    Most of the time it is not going to be a problem - the data is usually analysed by the same people who recorded it, so the times will always come out correct.
    But we do have collaborations with people in other countries and swap data files back and forth, so it could get connfusing if the times come out different in different countries.
    It would be nice if I could somehow tell the graph what timezone the data was recorded in, and it would display the time correct for that timezone. This would save me from having to change the timezone setting on my computer all the time. But in the mean time, that is what I'll do.
    Many thanks,
    Mark.

  • LDAP V2 for WLS 7.0

    Has anybody tried to configure LDAP V2 on WLS7.0? According to their edocs, for
    LDAP V2, there will templates for different LDAP servers, but all I see is the
    tab for V1. V2 tab is no where to be seen. I am using WLS 7.0 GA SP1.
    Any info will be appreciated.
    John Lee

    Hi John
    If you can, I recommend moving away from LDAPRealm V2 for WebLogic 7.0
    If you use LDAPRealmV2 you are going to be using the older security model
    (called "compatibility mode" ) instead of the new 7.0 security structure.
    Here are instructions for setting up the new security classes with an
    external LDAP server that I've whipped up
    Instructions for a scratch domain to set up WLS 7.0 with an external LDAP
    server (I am using iPlanet in this example) follow.
    I. create a new domain /mydomain
    II. start server
    III. open WebLogic console in a browser
    IV. in left frame, go to
    security->realms->myrealm->providers->AuthenticationProviders and click
    V. in right frame, click on “Configure a new iPlanet Authenticator”
    VI. In the new screen, under General, make sure the Control Flag is set
    to Required, select a name for this authenticator, and click Create.
    VII. Select iPlanet LDAP tab and fill in values for Host, Port, Principal
    where these values reflect the settings for your LDAP server. (Note: the
    default principal for an iPlanet LDAP server is uid=admin,
    ou=Administrators, ou=TopologyManagement, o=NetscapeRoot). Click Apply.
    VIII. Click on Credential: Change. At the new screen, enter the
    credential associated with the Principal that you entered in step VII in
    both boxes. This will be the password that is used to do a bind to your
    LDAP server with the principal. Click Apply.
    IX. Select Users tab and make sure these properties accurately reflect
    the structure of your LDAP server. Most of the time the only property that
    needs to be changed is the User Base DN property, from
    ou=people,o=example.com to ou=people,o=myCompany.com. Click Apply.
    X. Select Groups tab and make sure these properties accurately reflect
    the structure of your LDAP server. Most of the time the only property that
    needs to be changed is the Groups Base DN property, from
    ou=people,o=example.com to ou=groups,o=myCompany.com. Click Apply.
    XI. Now, the boot identity of your server absolutely must be a user that
    exists on your LDAP server. You must also have an “Administrators” group on
    your LDAP server, and the boot identity must be a user that exists in this
    “Administrators” group, or the server will not start. So open your LDAP
    console (this will be a console that is specific to the LDAP server you are
    using) and use the management tools to create the “Administrators” group and
    a user that you place in the “Administrators” group that is the boot
    identity that you use to start WebLogic.
    XII. Make these changes and restart the server.
    XIII. You can verify that the LDAP setup is correct by doing a thread
    dump. You should see a thread like:
    “LDAPConnThread localhost:389" daemon prio=5 tid=0x8d9b308 nid=0x8f8
    runnable [0x9e2f000..0x9e2fdbc]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:86)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
    - locked <3281d98> (a java.io.BufferedInputStream)
    at
    netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
    at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:420)
    where “localhost:389” is the server name and port of your
    LDAP server. This means that your Authenticator has been set up correctly.
    XIV. Now you can delete your default authenticator. Open the WebLogic
    console and go to
    security->realms->myrealm->providers->AuthenticationProviders in the left
    frame, and click
    XV. In the right frame, look for DefaultAuthenticator and click on the
    trash can to the far right. Say “Yes” when it asks if you are sure, then
    click Continue.
    XVI. Restart the WebLogic server. If the server boots correctly, you’re
    done. Everything is working correctly.
    Hope this helps
    Joe Jerry
    John Lee wrote:
    BTW, it is what they have in the edocs.
    http://edocs.bea.com/wls/docs70/secmanage/security6.html#1071872
    "John Lee" <[email protected]> wrote:
    Has anybody tried to configure LDAP V2 on WLS7.0? According to their
    edocs, for
    LDAP V2, there will templates for different LDAP servers, but all I see
    is the
    tab for V1. V2 tab is no where to be seen. I am using WLS 7.0 GA SP1.
    Any info will be appreciated.
    John Lee

  • Timezone Settings for Java Stand alone system

    Hi,
    I want to know the timezone settings that have been set for any Java stand alone system.
    Can anyone help me how to check the timezone settings at Java Stack?
    Incase if I want to change the timezone,which property do I need to change?
    Thank You.
    Regards,
    Sudheer.
    Moderator message - Moved to a less wrong forum
    Edited by: Rob Burbank on Jun 17, 2009 9:05 AM

    You can check it in at the end of System information page in Index.html page.

  • Using a Variable in SSIS - Error - "Command text was not set for the command object.".

    Hi All,
    I am using a OLE DB Source in my dataflow component and want to select SQL Query from the master table  I have created variables v_Archivequery
    String packageLevel (to store the query).
    <Variable Name="V_Archivequery" DataType="String">
         SELECT a.*, b.BBxKey as Archive_BBxKey, b.RowChecksum as Archive_RowChecksum
         FROM dbo.ImportBBxFbcci a LEFT OUTER JOIN Archive.dbo.ArchiveBBxFbcci b
         ON (SUBSTRING(a.Col001,1,4) + SUBSTRING(a.Col002,1,10)) = b.BBxKey
         Where (b.LatestVersion = 1 OR b.LatestVersion IS NULL)
        </Variable>
    I am assigning this query to the v_Archivequery variable, "SELECT a.*, b.BBxKey as Archive_BBxKey, b.RowChecksum as Archive_RowChecksum
    FROM dbo.ImportBBxFbcci a LEFT OUTER JOIN Archive.dbo.ArchiveBBxFbcci b
     ON (SUBSTRING(a.Col001,1,4) + SUBSTRING(a.Col002,1,10)) = b.BBxKey
    Where (b.LatestVersion = 1 OR b.LatestVersion IS NULL)"
    Now in the OLE Db source, I have selected as Sql Command from Variable, and I am getting the variable, v_Archivequery .
    But when I am generating the package and when running I am getting bewlo errror
     Error at Data Flow Task [OLE DB Source [1]]: An OLE DB error has occurred. Error code: 0x80040E0C.
    An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80040E0C  Description: "Command text was not set for the command object.".
    Can Someone guide me whr am going wrong?
    Please let me know where am going wrong?
    Thanks in advance.
    Thankx & regards, Vipin jha MCP

    What happens if you hit Preview button in OLE DB Source Editor? Also you can use the same query by selecting SQL Command option and test.
    Could you try set the Delay Validation = True at Package and re-run ?
    If set the query in variable expression (not in value), then Set Evaluate As Expression = True.
    -Vaibhav Chaudhari

  • On HP-UX 11g rac cluvfy tool failed with "/dev/async"  (incorrect setting for minor number.)

    Hi ,
    We are planing to upgrade our 10g R2 CRS to 11g R2 CRS on HP-UX server ,while running cluvfy tool we are getting the below error.Please help me to fix this issue.
    Checking settings of device file "/dev/async"
      Node Name     Available                 Comment
      erpdev04      yes                       failed (incorrect setting for minor number.)
      erpdev03      yes                       failed (incorrect setting for minor number.)
    Result: Check for settings of device file "/dev/async" failed.
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    oracle.oracle.erpdev03.fwprod_app1> (/app/oracle/oracle_source/patches/bin)

    # /sbin/mknod /dev/async c 101 0x104

  • Where did all the setting for printing go in PSE8-Mac?!

    OK, I'm probably missing some obvious settings somewhere, please tell me after you read my rantings...
    I'm using the 'Full Edit' mode, assuming that is important. But the new Print Dialog looks like it has been dumbed down for some one, not sure who, however has it has me completely confused. There are now only three 'steps' for printing. One and two are self explanatory. However...
    Step three concerns paper size, image size and several other details. Just for testing, I created a new 4 x 6 inch, 300dpi page and drew some lines. Command-P. Proper printer is selected, select "Letter" as the paper size. 4 x 6 inch appears selected as the "Print size" (I thought that was because of the original page size, but it appears to simply be the default). That is a detail that could easily be over looked by a new user. If the original image is larger than 4 x 6, it will, obviously be either cropped or reduced to fit those dimensions! It seems to me that the "Select Print Size" should automatically assume to be the image size. OTOH, I can see that some people may want to do all their printing on one size of paper. In that case, why not have a preference for the default and let the user change it when they change paper sizes (if they want)?
    Now, if the user happens to notice that a new 8 x 10 inch image is going to be printed in a 4 x 6 area, she will now decide to check the other settings available in the pop up menu. OK, there IS an 8 x 10 inch choice. But look, what's this "Custom" choice? Let's investigate...Now this is strange! The defaults there seem to be 1.383 inches for height AND width! Who came up with that weird number?!
    Oh, there is a "Scale to Fit Media" check box. Checking that now makes the height and width somewhat closer to reality, they now indicate the pape dimensions. That IS logical, but not extremely helpful, IMHO. By the way, the second time one selects the "Custom" choice, the correct, original image size appeared in the Print size boxes. Although I cannot seem to get those to reappear. Oh well...
    My point is, how do these confusing configurations help? Beyond me, anyway.
    BTW, the dpi settings all seem to be 'computed' at one less than the number set by the user for an image. For example, a new image page created at 300 dpi shows 299 in the Custom dialog, 150 shows 149, etc. Close, but why not exact? Furthermore, why can't the user select any dpi they choose? Isn't that what the computer if for; calculate what happens to the pixels when they print at a different setting than the image? Sure, the user should be warned that terrible images my result, but if that's what the user wants, let it be done! Who's running this show, anyway? Oh yeah, I remember, now...excuse me for asking, I'm only a paying customer, what do I know?!
    Lastly, if one has more than one image open, every single one can easily be printed, accidentally. Why? Because they will all appear in the Print Dialog. Don't you see them? Over there on the left. Yeah, I see them, but why doesn't the image I have in front, the one I'm working on, be the one I probably want to print? Many of the others may simply be images I'm borrowing parts from. Why do the developers think I always want to print every image that might be open? I don't have any idea, either. Sure, there are a couple of ways to prevent this multiple image printing; select the one you don't want to print and use the "minus" button or simply close all those images before going to the Print dialog. Guess what. Using the 'minus' button only works for this printing, the next time you ask to print they will all be there, again. And, what if you aren't really finished using some of those extra images that you closed? Now you get to re-open them all again. Completely unnecessary steps because of poor user considerations/research, in my humble opinion. Again, this is exactly the thing that preferences are made for. Or, put them in the "Edit Guided" mode! Or, better yet, just give me back the old Print dialog! Nice!
    Now, I am extremely glad to see that PSE can now remember to keep that stupid Panel bin out of the way! Finally! Three more inches of screen to work with!!! Hooray!! Unfortunately, it still can't remember what the last setting for the jpeg quality was...still defaults to ZERO! Sure, that's the setting I always want to use, it's so much fun letting people try to guess what is in the image...one would think after 8 iterations this could be fixed. One down, umpteen to go. Oh well, what do you want for $80?

    Thanks for your listening/reading and I'll take your advice about dropping a note to the developers, but I won't be holding by breath! I doubt that they consider this a real problem. It's really just my ranting!
    Your solution is probably the 'fix' they might suggest, anyway. However, I'd rather have the screen space than a list of thumbnails of images I already have open. command-plus and/or minus is a pretty quick way of making it easy to see anything that might be visible. Of course, I'm sure there are other uses for the Project Bin that many find useful. Even though I have a 24" iMac, I rather like using the screen space the way I want, not an arbitrary way that got developed. I just don't see why developers can't program an app to allow every conceivable method of use by every living and future user! LOL!!!
    I guess today was the first time I've printed anything since installing 8. I was, quite confused when presented with the new Print interface. Actually, I thought that must be part of the 'Guided' set up which I assume leads one by the hand as much as possible. "Thank you Adobe, but I'm trying to avoid unnecessary contact with strangers right now." LOL! At least I know I didn't miss some setting somewhere.
    Thanks! Have a great weekend! And don't get scared too much tonight!

  • I can't save the setting for dowloads to go to the specified folder (such as the desktop). It restores to default when I close Forefox.

    I can't save the setting for downloads to go to the specified folder (such as the desktop). It works once but it restores to default next time I open Firefox.
    == This happened ==
    Every time Firefox opened

    Make sure that you not run Firefox in [[Private Browsing]] mode.
    In Private Browsing mode some menu items are disabled (grayed) and some features like visited links and others are disabled and not working.
    You are in Private Browsing mode if you see "Tools > Stop Private Browsing".
    See [[Private Browsing]] and http://kb.mozillazine.org/Issues_related_to_Private_Browsing
    See also http://kb.mozillazine.org/Preferences_not_saved and [[Preferences are not saved]]

Maybe you are looking for

  • Check In failed for the activity

    Hi,     Here we have developed a Webdynpro application through JDI. We have created an activity for the application. The application is working fine, but we are facing the problem with the check in. It is saying check in failed for the activity. Belo

  • Couldn't I use Chinese language in properties stream ?

    Hi , everyone ! Couldn't I use Chinese language in properties ? I use properties manage program attributes , but the value which I type in Chinese language can not load correctly ! Why ?

  • DataSource information in Startup Class

    Hi, I have a startup class and I want to access the database using jdbc and get connection using the datasource. In case of an EJB, the jndi name and datasource name can be specified in the deployment descriptor. Is there a way to specify this inform

  • What is Business one Module ?

    Hi SD Gurus, What is Business one Module ? Plz answer me as  soon as possible in details. Regards Rajarshi

  • Acrobat Pro 10 Malfunctioning

    My Acrobat Pro 10 is refusing to open, respond, or work.  I have tried deleting the program and re-installing it to no avail.  Please help.  Is there someone I can contact for help or a new CD and ID?