Windows 2008 R2 64 bit vbs script is not run in Task Scheduler

Good day! 
There is a script that at a certain point opens excel, says there is something, saves and closes. 
Does not work in 2008 scheduler mode to perform regardless of the user's registration (ie, the script should run when the PC no one registered), if you run your hands or in the Run mode only for the registered user oki-all 
Here is a sample text of the script:
checkosx86x64args()
Dim conn
Set conn = CreateObject("ADODB.Connection")
conn.ConnectionString = "Provider=MSDAORA.1;Password=пароль;User ID=логин;Data Source=база;Persist Security Info=True"
conn.Open
Set Recordset = CreateObject("ADODB.Recordset")
Recordset.CursorLocation = 3
Recordset.Open "текст запроса", conn, 2, 3, 1
If Recordset.RecordCount = 0 Then
Recordset.Close: Call Pochta
else
Incas = Recordset.GetRows
Recordset.Close
End if
Set objExcel = CreateObject("Excel.Application")
Set objWorkBook = objExcel.Workbooks.Open("*.xlsx")
DateNow = Left(Now(),10)
DateTimeNow1 = CDate(DateNow + " " + "14:00:00")
DateTimeNow2 = CDate(DateNow + " " + "21:00:00")
'DateTimeNow3 = CDate(DateNow + " " + "23:30:00")
'objExcel.Range("A1:F1").Merge - объединение ячеек
objExcel.Range("A1:F1") = Empty ' очистка объединенных ячеек
If Now < DateTimeNow1 Then
objExcel.Range("A1:F1").Value = "Текст " + DateNow + " с 05:00:00 до 06:45:00"
ElseIf Now < DateTimeNow2 Then
objExcel.Range("A1:F1").Value = "Текст " + DateNow + " с 14:00:00 до 16:30:00"
Else objExcel.Range("A1:F1").Value = "Текст " + DateNow + " с 21:00:00 до 23:30:00"
End If
For j = 3 To 100 Step 1
objExcel.Cells(j, 1).Clear
objExcel.Cells(j, 2).Clear
objExcel.Cells(j, 3).Clear
objExcel.Cells(j, 4).Clear
objExcel.Cells(j, 5).Clear
objExcel.Cells(j, 6).Clear
Next
intRow = 3
i = 0
For f = 0 To UBound(Incas, 2)
AZS = Incas(0, f)
nTo = Incas(1, f)
Term = Incas(2, f)
DataIn = Incas(3, f)
Addres = Incas(4, f)
Phone = Incas(5, f)
objExcel.Cells(intRow,1).Value = AZS
objExcel.Cells(intRow,2).Value = nTo
objExcel.Cells(intRow,3).Value = Term
objExcel.Cells(intRow,4).Value = DataIn
objExcel.Cells(intRow,5).Value = Addres
objExcel.Cells(intRow,6).Value = Phone
intRow = intRow + 1
Next
'For k = 0 To 6
' objExcel.Columns(k + 1).AutoFit
'Next
objExcel.DisplayAlerts = False
objExcel.ActiveWorkbook.SaveAs("*.xlsx")
objExcel.DisplayAlerts = True
objexcel.Quit
conn.Close
Wscript.Sleep(180)
Call OtpravkaPochti
Recordset = ""
conn.Close
'------------------------Процедура отправки почты если есть запись в таблице-----------------------------------------
Sub OtpravkaPochti()
Const EmailFrom = "почта"
Const EmailPassword = "пароль"
Const strSmtpServer = "сервер"
Const EmailTo = "адресаты"
' Кому будет отправляться e-mail
Const AttFile = "*.xlsx" 'Указываем путь к файлу, который необходимо вложить в сообщение
Set objEmail = CreateObject("CDO.Message")
objEmail.From = EmailFrom
objEmail.To = EmailTo
objEmail.Subject = "текст"
objEmail.Textbody = "текст"
objEmail.AddAttachment(AttFile)
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") = EmailFrom
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") = EmailPassword
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strSmtpServer
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/languagecode") = 1049
objEmail.BodyPart.CharSet = "windows-1251"
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/usemessageresponsetext") = true
objEmail.Configuration.Fields.Update
objEmail.Send
WScript.Quit
End Sub
'------------------------Процедура отправки почты если нет записей в таблице-----------------------------------------
Sub Pochta()
End Sub
sub checkosx86x64args()
' если скрипт запущен из %windir%\system32\ под win x64 - перезапуск из %windir%\syswow64\
dim cmdln, arg
with createobject("WScript.Shell")
if replace(lcase(wscript.path), lcase(.expandenvironmentstrings("%windir%\")), "") = "system32" then
cmdln = replace(lcase(wscript.fullname), "system32", "syswow64")
if createobject("scripting.filesystemobject").fileexists(cmdln) then
cmdln = cmdln & " """ & wscript.scriptfullname & """"
for each arg in wscript.arguments
cmdln = cmdln & " """ & arg & """"
next
.run cmdln
wscript.quit
end if
end if
end with
end sub
Please help me with a problem.
Please help me with a
problem.

Thank you very much Jesper for sharing this. My program also calls Excel.application in
the script and it was never working after we moved the script to Win 2008 R2 server. After creating these 2 folders, it started working.
C:\Windows\SYSWOW64\config\systemprofile\desktop\
C:\Windows\System32\config\systemprofile\desktop\

Similar Messages

  • Exchange 2013 mailbox auditing command with showdetails parameter in ps1 script is not working via task scheduler

     
    Hi All ,
    In my environment we are having exchange 2013 enterprise edition with SP1 which is installed in windows server 2012 standard edition.
    We have enabled mailbox auditing for few mailboxes and also we have made simple powershell script with only the below mentioned commands .when i run the  ps1 script  in exchange management shell ,i can able to get the relevant output.
    CMDLETS in powershell script :
    Search-MailboxAuditLog -StartDate ((Get-Date).AddHours(-24)) -EndDate (Get-Date) -showdetails | fl >e:\output.txt
    Note : we are having only the above commands in ps1 script , apart from that we don't have anything in it .
    Sametime i have scheduled the same powershell script via task scheduler .But i cannot able to get the valid output ,instead of that i was getting a blank output file with no data in it . 
    Steps handled on my side to run the powershell script in task scheduler: 
    1.when i remove the parameter showdetails in the ps1 script ,i can able to get the output in the txt file .But in my scenario showdetails is the only parameter which will brought me more and in depth details about mailbox auditing.
    The Difference what i have seen between exchange 2010 and exchange 2013 
    when in run the same powershell script via task scheduler in exchange 2010 enterprise environment installed in windows server 2008 r2 enterprise OS, i can able able to get the proper output without removing the showdetails parameter .
    I am using the below methods to run the ps1 file via task scheduler in exchange 2013 environment .
    program/script : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    Add arguments : -PSConsoleFile "E:\Program Files\Microsoft\Exchange Server\V15\Bin\exshell.psc1" -Command ". 'C:\scripts\MailboxAuditReport\test.ps1'"
    I have mentioned the error below and that is the one what i have faced, when i try to run the PS1 script directly in windows powershell and not in exchange management shell .
    Error message : "the requesting account does not have permission to access the audit log"
    Please help me out to resolve this case .
    Thanks 
    S.Nithyanandham

    Hi All ,
    In my environment we are having exchange 2013 enterprise edition with SP1 which is installed in windows server 2012 standard edition.
    We have enabled mailbox auditing for few mailboxes and also we have made simple powershell script with only the below mentioned commands .when i run the  ps1 script  in
    exchange management shell,i can able to get the relevant output.
    CMDLETS in powershell script :
    Search-MailboxAuditLog -StartDate ((Get-Date).AddHours(-24)) -EndDate (Get-Date) -showdetails | fl >e:\output.txt
    Note : we are having only the above commands in ps1
    script , apart from that we don't have anything in it .
    In case, if i have scheduled the same powershell script via task scheduler .But i cannot able to get the valid output ,instead of that i was getting a blank output file with no data in it . 
    Steps
    handled on my side to run the powershell script in task scheduler: 
    1.when i remove the parameter showdetails
    in the ps1 script ,i can able to get the output in the txt file .But in my scenario showdetails is the only parameter which will brought me more and in depth details about mailbox auditing.
    The
    Difference what i have seen between exchange 2010 and exchange 2013 
    when in run the same powershell script via task scheduler in exchange 2010 enterprise environment installed in windows server 2008 r2 enterprise OS, i can able able to get the proper output without removing the showdetails parameter .
    I
    am using the below methods to run the ps1 file via task scheduler in exchange 2013 environment .
    program/script : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    Add arguments : -PSConsoleFile "E:\Program
    Files\Microsoft\Exchange Server\V15\Bin\exshell.psc1" -Command ". 'C:\scripts\MailboxAuditReport\test.ps1'"
    I have mentioned the error below and that is the one what i have faced, when i try to run the PS1 script directly in windows powershell and not in exchange management shell .
    Error message : "the requesting account does
    not have permission to access the audit log"
    Please help me out to resolve this case .
    Thanks 
    S.Nithyanandham

  • Windows 2008 server 32 bit support

    Hello,
    Is MaxDB officially supported for Windows 2008 server 32 bit  platform?
    Thanks,
    Jose

    Jose Lopez wrote:>
    > OK, then perhaps mention specifically W2003 in the download link?
    Hmm... about what download link are you talking?
    The one in the download area here in SDN?
    If so, then this is not relevant for SAP customers as they should get all their software via DVD delivery or the Service Marketplace downloads!
    In the service marketplace download sections there are no restrictions given, since the Product Availability Matrix (https://service.sap.com/pam) contains all the release/support information.
    In general, the PAM is the one single place to check for supported versions.
    regards,
    Lars

  • Windows 2008 server (64 bit) setup not starting?

    To all,
    Windows 2008 server (64 bit) setup not starting? downloaded v17228-01-2of2 and v17228-01-1of2? Any ideas why the installer not starting?

    Installing oracle database 11g( 64bit) on a windows 2008 server (64bit). I do not get the setup tool to start
    Downloaded
    Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 1 of 2) V17228-01 Part 1 of 2
    and
    Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 2 of 2) V17228-01 Part 2 of 2
    Edited by: user731811 on Oct 14, 2010 1:11 PM

  • EPMA 11.1.2.1 config on windows 2008 R2 64 Bit

    Have issue's with EPMA 11.1.2.1 config on windows 2008 R2 64 Bit ,
    RDBMS : SQL 2008 R2 64 bit (pre config SQL tasks compalted)
    IIS 7.0
    IPV 6 disabled to resolve binding issue
    EPMA services are up and running but
    Diagnostic Log:
    Following components are failed in the diagnostic log, all of them have same message.
    EPMA service is working
    AppMgrLoadAdf
    DimEditorLoadAdf
    EnumApplications
    EnumDataSyncs
    EnumDimensions
    Launch external checker with next command: D:\Oracle\Middleware\EPMSystem11R1\..\jdk160_21/bin/java -DEPM_ORACLE_HOME=D:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=D:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=D:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.appmanager.AppMgrLoadAdf
    Error: AppMgrLoadAdf failed when requesting information from EPMA. Please check that all EPMA services have started and are currently running.
    Recommended Action: Make sure external checker is working.
    Error in Workspace for EPMA:
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code with POST method: 503
    Recommended Action: Check application is started.
    Any suggestion are appreciated, i am running against wall on this error.
    Thanks

    Check the logs for "Hyperion EPMA Web Tier - Web Application" and "Hyperion EPMA Data Synchronizer - Web Application"
    e.g. <MIDDLEWARE_HOME>\user_projects\<instancename>\diagnostics\logs\services - HyS9EPMAWebTier-sysout.log, HyS9EPMAWebTier-syserr.log, HyS9EPMADataSynchronizer-sysout.log, HyS9EPMADataSynchronizer-syserr.log
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Oracle Database 11.2.0.1.0 CPU hit 100% on Windows 2008 R2 64 bit Hyper-V

    Oracle Environment Detail:
    Oracle Database Enterprise Edition :11.2.0.1.0 (NON RAC, No failsafe)
    O/S:     Windows 2008 R2 64 bit (6.1)
    Specifics: Virtual Server using Hyper-V
    Memory: 9 GB RAM
    Processor: E5540
    Specific about the issue:
    I have two database instance created on this server with ‘memory_target=3600M’ each.
    I am getting into an issue where I find NO activity on database except regular schedule job running using DBMS_SCHEDULER –
    •     Database FULL export DAILY schedule time 7 & 7:30 PM accordingly for both instance (takes about 15-20 mins each)
    •     Database FULL RMAN DAILY schedule time 9 & 10 PM accordingly for both instance (takes about 35-40 mins each)
    This was set up on Feb 25th 2011. Since then we have encounter CPU hit 100% TWICE in this system at around 8:30 PM (SAME TIME). Both database instance exports keep running and never finish. While RMAN schedule job has NO problem. Mostly everything runs every smoothly without any issue.
    Replicate the issue:
    I am unable to replicate this issue and do not know the cause of the issue.
    Work Around:
    Oracle services shutdown/Server reboot.
    Would anyone know about this issue? Have any information could help? This system will become production soon and want to make sure we have solution for this.
    Thanks in advance!

    I am finding that CPU hit 100% is very specific to Oracle 11.2.0.1.0 Export Utility (exp) used to take FULL database export. I understand Original Export is desupported from general use as of 11g but available for specific need.
    Have anyone faced this issue with 11.2.0.1.0 Export Utility (exp)? Please help.
    I have a need to use export utility which gives us migration options.
    Thanks!

  • Smart View 11.1.1.3.500 Install on Windows 2008 R2 64 Bit SP1

    Wanted to check if any one form user community was able to install Samrtview 11.1.1.3.5 on Windows 2008 R2 64 bit SP1
    Think support matrix says its compatible with windows 2008 64 bit but not R2 - Any round about solutions to get his installed on R2 would help.

    I have tried in Server 2008 R2, i did not face any issues, again i did not use that extensively

  • Which version of Oracle database is certified on  Windows 2008 R2 ( 64-bit)

    We have a Microsoft Windows 2008 R2 (64-bit) server.
    I wanted to know which Oracle database version is 100% certified on the above OS.

    Hi Sirini;
    10.2.0.5 is supported - see MOS Doc 1061272.1 (Statement of Direction: Oracle Database 10g Release 2 Client (10.2.0.5) with Microsoft Windows 7 and Windows Server 2008 R2)Correct;
    11gR2 is also supported - see MOS Doc 867040.1 (Statement of Direction: Oracle Database 11g Release 2 – Microsoft Windows 7 and Windows Server 2008 R2)There is a setup on this link:
    Oracle Database 11g Release 2
    (11.2.0.1.0)
    Microsoft Windows (x64) File 1, File 2 (2GB) See All
    I am little bit confused for this, as you mention note and also certification matrix says 11gr2 certfied with Win2008-64 bit. But there is no specific setup like win2008-64 bit, there is only Microsoft Windows (x64) setup
    By the way for 10gR2 on win 2008 64 bit platform there are 2 setups. Those are:
    Oracle Database 10g Release 2
    Oracle Database 10g Release 2 (10.2.0.4) for Microsoft Windows Vista x64 and Microsoft Windows Server 2008 x64
    Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (x64)
    So i had issue for my client and oracle worker support me to use 10.2.0.4 for my issue, not second setup. So for 11gR2 could be work for Microsoft Windows (x64) but i am not sure %100 coz never tried before.
    i appreciate, If someone share their experience to make installation 11gR2 on win2008-64 bit wiht Microsoft Windows (x64) setup
    All those upper setups can be found at:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    I do not believe 11gR1 is currently certified with Win 2008 R2.Please check below link:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Oracle Database 11g Release 1 Standard Edition, Standard Edition One, and Enterprise Edition
    (11.1.0.7.0)
    Microsoft Windows Server 2008 (32-bit) (1.9 GB) | See All
    Microsoft Windows Server 2008 x64 (1.9 GB) | See All
    Regard
    Helios

  • OBIEE 11.1.1.6.0 installation on windows 2008 R2 64 bit failing

    I installed OBIEE 11.1.1.6.0 version on windows 2008 R2 64bit;installation has no issues all went well and sample app displayed fine.But, i see scheduler is not starting and also we deployed our code but reports failing with following oracle oci error
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: The specified module could not be found. [nQSError: 46029] Failed to load the DLL D:\OBI11G\Oracle_BI1\bifoundation\server\bin\nqsdbgatewayoci10g64.dll. Check if 'Oracle OCI 10G' database client is installed. (HY000)
    i also installed and verified by installing 11g client;PATH variable setting etc. no exact solution.i would like to see if any other also facing same issue with OBIEE 11.1.1.6 on windows 2008 R2 64 bit OS.
    Thanks

    Deva
    i didnt get what you mean by rpd client.,if you mean Admin tool, installation is OBIEE 'simple installation' type which includes Admin tool.
    coming to connectivity, no from physical layer you cannot view data as the packaged dll file (nqsdbgatewayoci10g64.dll ) is not registering in Windows 2008 64 bit,which i even tried manually.
    since above step is failing, i also installed a 11g db client(to divert oci connections) which is working fine for oracle connectivity and updated PATH environment variables but this issue is still in place.. as reports still pointing to Oracle_BI1/bifoundation/server/bin/ dll files
    please share your thoughts

  • CF 10 continues to crash on Windows 2008 R2 64 bit

    I have had CF 10 running on my VM for about a week now. The VM is Windows 2008 Enterprise, 64 bit. CF 10 is 64 bit.  The error that I keep getting is:
    Service Temporary Unavailable!
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Jakarta/ISAPI/isapi_redirector/1.2.32 ()
    To recover, I need to stop and restart all the CF services.
    Anyone else having this problem or has anyone else had to fix it?

    Of interest here are some CF10 metrics logging I took as a sample to compare.
    05/06/2012
    8:49 AM
    Information
    scheduler-1
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 378536 Request count: 201 Error count: 4 Bytes received: 780 Bytes sent: 6993022 Free memory: 45875240 Total memory: 175702016 Active Sessions: 0
    05/06/2012
    8:48 AM
    Information
    scheduler-2
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 378536 Request count: 201 Error count: 4 Bytes received: 780 Bytes sent: 6993022 Free memory: 47207152 Total memory: 175702016 Active Sessions: 0
    05/06/2012
    8:47 AM
    Information
    scheduler-0
    Max threads: 150 Current thread count: 4 Current thread busy: 1 Max processing time: 333509 Request count: 200 Error count: 4 Bytes received: 780 Bytes sent: 5695004 Free memory: 52128072 Total memory: 175898624 Active Sessions: 0
    05/06/2012
    8:46 AM
    Information
    scheduler-1
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 333509 Request count: 200 Error count: 4 Bytes received: 780 Bytes sent: 5695004 Free memory: 59819016 Total memory: 167116800 Active Sessions: 0
    05/06/2012
    8:45 AM
    Information
    scheduler-1
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 333509 Request count: 200 Error count: 4 Bytes received: 780 Bytes sent: 5695004 Free memory: 61154744 Total memory: 167116800 Active Sessions: 0
    05/06/2012
    8:44 AM
    Information
    scheduler-1
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 333509 Request count: 200 Error count: 4 Bytes received: 780 Bytes sent: 5695004 Free memory: 62484720 Total memory: 167116800 Active Sessions: 0
    05/06/2012
    8:43 AM
    Information
    scheduler-2
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 333509 Request count: 200 Error count: 4 Bytes received: 780 Bytes sent: 5695004 Free memory: 63821448 Total memory: 167116800 Active Sessions: 0
    05/06/2012
    8:42 AM
    Information
    scheduler-2
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 333509 Request count: 200 Error count: 4 Bytes received: 780 Bytes sent: 5695004 Free memory: 65154032 Total memory: 167116800 Active Sessions: 0
    05/06/2012
    8:41 AM
    Information
    scheduler-1
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 333509 Request count: 200 Error count: 4 Bytes received: 780 Bytes sent: 5695004 Free memory: 66487544 Total memory: 167116800 Active Sessions: 0
    05/06/2012
    8:40 AM
    Information
    scheduler-0
    Max threads: 150 Current thread count: 4 Current thread busy: 0 Max processing time: 333509 Request count: 200 Error count: 4 Bytes received: 780 Bytes sent: 5695004 Free memory: 67824496 Total memory: 167116800 Active Sessions: 0
    The online CF10 documentation omits CF10 metrics logging details so I am not sure what to make of the log detail differing. Reference:
    http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7fe 0.html#WSc3ff6d0ea77859461172e0811cbf3638e6-7fda
    I don't think the logs have been any use so far. Still interested to know why CF10 is crashing for you. Something else comes to mind. Is it possible for you to run CF10 from CMD prompt for a time, ColdFusion10\cfusion\bin\cfstart.bat ? Perhaps there is an error and having the details displayed in CMD prompt will lead to solution.
    HTH again, Carl.

  • Oracle 10g HTTP Web Server on Windows 2008 R2 (64-bit) server.

    I downloaded the Oracle 10g HTTP server for Windows 2008 R2 (64-bit) from the link below
    http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html
    10204_vista_w2k8_x64_production_companion.zip (344,455,851 bytes)
    Did anyone have luck installing the 10g HTTP server on a Windows 2008 R2 (64-bit) server ?
    I could see the installation went fine, but I don't see any "Oracle_HTTP" windows service getting created.

    I have not installed on this OS but I'm betting the service is a different name.
    Check "log on as" under services to narrow your search

  • Win64_11gR2  on windows 2008 r2 64 bit

    Hi,
    I'm trying to install oracle database onto a vanilla windows 2008 r2 64 bit machine with windows firewall turned off and no AV installed. The version I have downloaded is labelled win64_11gR2_database_1of2 and 2of2. I have copied the contents of 2of2 into 1of2. As soon as I couble-click (or right click run as administrator) the setup, a cmd window flashes for a split second. I managed to get a screen shot which showed it was trying to launch Oracle Universal Installer from a temp directory in C:\Users\Administrator\AppData\Local\Temp\2\.......
    I have installed the latest version of JRE 64 bit. I also tried installing java to a directory without any spaces and have tried launching the setup from command pointing to the new java install folder.
    I have tried launching the setup from command using the skip system requirements command but no luck there either.
    I have tried running the OUI from within the install directory but it does the same thing.
    I must have read through about 50 pages of forums and none of the solutions have worked.
    Any help would be much appreciated.

    Hi,
    Thanks for the suggestions. My server hardware is more than the minimum requirements. It's not a fancy setup, just a standalone physical box with a blank copy of windows and JRE installed. I can't see any other pre-requisite tasks that would apply. If there is any other software I need to install first, I can't see it on that page. In terms of the log file, I could find a install actions in the C:\Users\Administrator\AppData\Local\Temp\2\...... directory which only gave this info.
    Using paramFile: C:\Install\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    The number of files bootstrapped for the jre is 0.
    The number of files bootstrapped for the oui is 0.
    Helios - I can't see if that was supposed to be a link. Could you repost it please?
    Thanks

  • Can't install 64-bit DAC on Windows 2008 R2 64-bit

    Hi all,
    When I attempt to run the 64-bit DAC setup.exe installer (either from the root folder or from win64), I get the following:
    Checking swap space: must be greater than 150 MB . Actual 3319 MB Passed
    Checking monitor: must be configured to display at least 256 colors Higher than 256 . Actual 65536 Passed
    Preparing to launch Oracle Universal Installer from D:\temp\OraInstall2011-08-2_03-11-12PM. Please wait ...
    checkdir error: cannot create D:/temp/OraInstall2011-08-2_03-11-12PM/jdk/
    unable to process jdk//COPYRIGHT.
    checkdir error: cannot create D:/temp/OraInstall2011-08-2_03-11-12PM/jdk/
    unable to process jdk//LICENSE.
    checkdir error: cannot create D:/temp/OraInstall2011-08-2_03-11-12PM/jdk/
    unable to process jdk//LICENSE.rtf.
    checkdir error: cannot create D:/temp/OraInstall2011-08-2_03-11-12PM/jdk/
    unable to process jdk//README.html.
    checkdir error: cannot create D:/temp/OraInstall2011-08-2_03-11-12PM/jdk/
    unable to process jdk//README_ja.html.
    checkdir error: cannot create D:/temp/OraInstall2011-08-2_03-11-12PM/jdk/
    unable to process jdk//README_zh_CN.html.
    checkdir error: cannot create D:/temp/OraInstall2011-08-2_03-11-12PM/jdk/
    unable to process jdk//THIRDPARTYLICENSEREADME.txt.
    I've tried to download the ZIP file a number of times and I've tried this on a number of Windows 2008 R2 64-bit machines, all with the same result. I'm able to run the 32-bit installer without error.
    There's a similar post already on here that suggests using compatibility mode but nothing I've tried has enabled me to install 64-bit DAC on a 64-bit Windows 2008 R2 machine.
    Has anyone successfully achieved this?
    Thanks!
    mroshaw

    Doc Id: ID 849658.1
    Alert : DAC 10.1.3.4.1 64-bit universal installer fails/hangs on Windows 64-bit and Linux 64-bit
    "The issue is 32-bit OUI installer is used for all DAC 10.1.3.4.1 installation which fails during verification/checks on 64-bit machine. It's Installer check which fails, DAC files are fine for 64-bit OS."

  • Oracle 10g 64-bit database on Windows 2008 R2 (64-bit) error ?

    - I have installed Oracle 64-bit database on Windows 2008 R2 (64-bit) server
    - Now everything works fine locally on the database.
    - I had installed Oracle forms/reports 6i which has Oracle SQL Plus 8.0.6.
    on a windows 7 Professional (32-bit) PC. Now when I connect SQLPUS
    from this PC to the windows 2008 R2. It gives me an error
    "Oracle SQL*PLUS has stopped working"
    Problem Event Name:     APPCRASH
    Application Name:     PLUS80.exe
    Application Version:     0.0.0.0
    Application Timestamp:     37f946a5
    Fault Module Name:     ORA805.dll
    Any suggestions or how to connect this 8.0.6 SQL to a Oracle 64-bit database (windows 2008 64-bit )

    - I have installed Oracle 64-bit database on Windows 2008 R2 (64-bit) server
    - Now everything works fine locally on the database.
    - I had installed Oracle forms/reports 6i which has Oracle SQL Plus 8.0.6.
    on a windows 7 Professional (32-bit) PC. Now when I connect SQLPUS
    from this PC to the windows 2008 R2. It gives me an error
    "Oracle SQL*PLUS has stopped working"
    Problem Event Name:     APPCRASH
    Application Name:     PLUS80.exe
    Application Version:     0.0.0.0
    Application Timestamp:     37f946a5
    Fault Module Name:     ORA805.dll
    Any suggestions or how to connect this 8.0.6 SQL to a Oracle 64-bit database (windows 2008 64-bit )

  • Oracle Forms 6i(32-bit)  = Oracle database 10g R2 Windows 2008 R2 64-bit)

    We have Oracle database 10g R2 installed on a Microsoft Windows 2008 R2 (64-bit) (SERVER1)
    We have Oracle Forms 6i (patch 4a) installed on a Microsoft Windows XP Professional (32-bit) (SERVER2)
    I am not able to connect from SERVER2 to SERVER1, either through SQLPLUS or FORMS BUILDER.
    Its giving some DLL error.
    Is it because forms 6i (32-bit) cannot connect to a 64-bit database on a 64-bit OS ?

    There might be problems with 8i clients (like forms 6i) if the database uses AL32UTF8 characterset indeed (if you need unicode and you need to run forms 6i use UTF8 instead) but this should not be related to the platform of the database.
    The platform of the database server really should not matter as the forms runtime talks via SQL*Net with the database server and in the end it does not matter if the database runs on linux, windows whatsoever or unix 32 or 64 bit for the client. The only problem you'll encounter is that SQL*Net also changes with versions and thus "older" clients might not be able to communicate with "newer" servers and vice versa.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    SQL> select * from v$nls_parameters where parameter = 'NLS_CHARACTERSET';
    PARAMETER                                                       |VALUE
    ----------------------------------------------------------------|---------------------------
    NLS_CHARACTERSET                                                |WE8MSWIN1252
    SQL>I just tried a 6i form (6.0.8.25.2) connected to this database. It worked ;) (again: not certified)
    cheers

Maybe you are looking for

  • NEEDED: An App That Reports WHO is Resetting the Sleep Timer!

    If you've ever tried troubleshooting the problem of your Mac not going to sleep after the period of inactivity that you have set in System Prefs, you know what I'm talking about. I've had this problem off & on for years and I have it again now. I can

  • Air Application not installing included folders on Win 7

    Hi All i have a really strange problem. I have made a native air installer. I have included a folder in the included files panel before publishing. When I publish it publishes fine. And when I install the air app it installs the only problem is When

  • What does "Firefox not Responding" mean

    Lately I am getting the message on the top of my screen that says, "FIREFOX NOT RESPONDING." Also, there is the little circle icon that goes around and whatever I click on does not open up. I shut off my computer manually, and when I started it up ag

  • Table for user authorization roles

    Is there a table I can use to create a list via trxn se16 of all roles assigned to a user?  thanks, den

  • Where is the classic workspace in dreamweaver cc?

    Hi can some one tell me where the dreamweaver classic or essential workspaces have gone. I only have access to compact or expanded. thanks : ) Ricky