Hello
I'm trying to do silent install on an x86 VM with the following commands:
net use G: "\\cristienas\Uranus\Windows\x86\NetWorker Clients\Version 7.6 SP3\networkr" /user:STROUD\<user> <password>
"G:\setup.exe" /s /v"/qn /L*v """%TEMP%\networker_install.log"""
The log shows failure:
MSI (s)...
I have some vbscript for copying a file - it works fine when I double-click it. However, if I try to put it under control of the Scheduled Tasks (in Windows 2000) - the task runs indefinitely (and is never successful).
I've tried recoding the vbscript (as a shell call and using .CopyFile). Same...
I'm generating some TSQL from the Enterprise Manager and being warned that I have GO set as my TSQL batch separator. I can't change it though (the option is greyed out). I tried changing it in SQL Query Analyzer (no effect).
How can I change the TSQL batch separator? Or can I 'repair' my TSQL...
I'm using this code to find a string in a file. It works fine as long as the file is NOT a large binary file!! Unfortunately that's exactly what I want to look in. Any ideas what the problem might be/solution.
Thanks in anticipation.
Option Explicit
Dim objRegExpr
Dim FSO, TF, inp
Dim...
Please could anyone tell me how I can show the table that's currently being processed in the loop below. I'm trying to use a pop up form to show the name of the table being linked - only the pop up only gets the focus after the loop's done.
Thanks.
Private Sub Command0_Click()
'now do the...
I'm using the function below to link data from an Oracle database into access. I run it as an expression in a query based on a table that contains all the table names:
Expr:imp_data([TABLE_NAME])
Function imp_data(cField)
DoCmd.TransferDatabase acLink, "ODBC"...
Please find attached some code I'd like to process. What I need to do is to add the value of Width to Left, so in this case the first instance of Left becomes 216+1024. Then I need to output the file (this part I can do!) I'm finding this a bit tricky as I think I need getline to do it, and I...
I've written a very simple gawk script that extracts error names and numbers from stored procedure *.bdy files. It works fine. However, we also have some errors in the *.spc files (Type = PKCS #7 Certificates). However I cannot make awk open these spc files. I get the message:
C:\API\GAWK.EXE...
I'm having trouble restoring my system which is "blue screening". I don't know which software was responsible, and I'm happy to go back to very early states. However, when I go into safe mode and use System Resore it is prompting me saying "Cannot locate Drive D:.", all the...
Please don't groan!!!
I receive the following error when running Framemaker after the PC has slowed down dramatically:
"MCSHIELD.exe has generated errors and will be closed by Windows. You will need to restart the program An Error log is being created".
Virusscan shuts itself down...
I have a text file that I want to process using RS =");"
Problem is that the file has ")" in as well, and awk is recognising ")" as the RS, as well as ");"
How can I get round this?
Thanks.
We have a standard ASP page (with some java script for drop down menus). I can't really post it as it's for internal consumption. Before we upgraded to the latest IE (after the Nimda virus), it would say Error on page, but open fine. Now it throws up this dialog:
A runtime error has occurred do...
I don't seem to have these two functions:
systime()
strftime([format [, timestamp]])
My version of gawk.exe is dated 29 May 2001, 13:16:50. If I use an earlier version these functions work, but other things don't! I suspect I need to do more than just download the exe from the intranet - can...
I've been trying to use the following to control Access 2000 on opening my database. It works for Procedure = "Hide", but as soon as I change it to Procedure = "Minimize", it works once, and then create a lock file that I can't delete. I cannot then open the database again...
I have a function (below) that I've used to determine the number of records. However, when I try it at my new place of work it returns a type mismatch at line:
Set rst = dbs.OpenRecordset(cTable, dbOpenSnapshot)
I tried setting the references to include Microsoft DAO 3.6 Object Library - still...
I have set up an ODBC link to an Oracle database (8i).
I receive the message:
The width of a UNICODE text column must be an even number of bytes
when querying data from GENEVAPRS. I've tried setting the Force Retrieval of Long columns flag in ODBC (for the Oracle driver). The registry entry...
I have set up an ODBC link to an Oracle database.
I receive the message:
"The width of a UNICODE text column must be an even number of bytes"
when querying data from a table. Ive tried setting the Force Retrieval of Long columns flag in ODBC (for the Oracle driver). The registry...
I have set up an ODBC link to an Oracle database.
I receive the message:
"The width of a UNICODE text column must be an even number of bytes"
when querying data from a table. Ive tried setting the Force Retrieval of Long columns flag in ODBC (for the Oracle driver). The registry...
I have set up an ODBC link to an Oracle database.
I receive the message:
"The width of a UNICODE text column must be an even number of bytes"
when querying data from a table. Ive tried setting the Force Retrieval of Long columns flag in ODBC (for the Oracle driver). The registry...
Does anyone know how to edit the DateCreated, DateModified, DateAccessed properties of files (in bulk, as I have 1000s of HTM files to change). There are a couple of utilities I can find like AFile Attributes. Do I take it from the existance of these, that it's not that simple - I tried vbscript...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.