CREATE DATABASE failed at stsadm -o extendvs - sharepoint-2007

Anyone pls give me suggestion.
I am trying to create a new web application at sharepoint.
But cannot create from sharepoint central admin ... error occured "Unknown Error".
so I try to create with stsadm -o extendvs ... at that time error occured..
Directory lookup for the file "F:\MSSQL\DATA\WSS_Content_Internet_NewProd.mdf" f
ailed with the operating system error 3(The system cannot find the path specifie
d.).
CREATE DATABASE failed. Some file names listed could not be created. Check relat
ed errors.
CREATE DATABASE failed at stsadm -o extendvs
pls give me any advice...

Check the ULS logs for detailed error messages. F:\MSSQL path that you have mentioned, does exist on the server, right?
Also, do you appropriate permissions?

Related

OCI CLI create_backup_from_onprem script error

I am an encountered an issue while creating database backup using create_backup_from_onprem script in OCI CLI. i noticed that object storage namespace is not correct while executing backup script.
[oracle#oracledev oci-cli-scripts]$ ./create_backup_from_onprem --config-file /home/oracle/.oci/config --display-name testimport01 --availability-domain $AD --edition STANDARD_EDITION --opc-installer-dir /home/oracle/migrate --tmp-dir /home/oracle/migrate/onprem_upload --compartment-id $C --rman-password *****
oci._vendor.requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://swiftobjectstorage.ap-mumbai-1.oraclecloud.com/v1/dbbackupbom/iF0ydees7V0yWxyuAYtF/parameter.log
and parameter.log
Either the bucket named 'iF0ydees7V0yWxyuAYtF' does not exist in the namespace 'dbbackupbom' or you are not authorized to access it
My correct namespace is bmnoo8fd7ute
[oracle#oracledev oci-cli-scripts]$ oci os ns get
{
"data": "bmnoo8fd7ute"
}
Not sure how to correct object storage namespace in CLI. could you please any help me on this?
Adding cross reference to GitHub issue in OCI CLI in case the OCI database team can answer -- https://github.com/oracle/oci-cli/issues/201.
You have to change the tenant ocid in oci config file, for which the default location is ~/.oci/config. You might do it manually or using the oci setup config command. You can overwrite the current values, or you can create a new profile, which you can refer to in oci calls.
For more information please see the CLI config file doc.
In case the oci config file is already contains the correct value, you need to reinstall the oci_install specifying the right tenant ocid for -tOCID. (in this case OCID of bmnoo8fd7ute)
java -jar oci_install.jar -host swiftobjectstorage.ap-mumbai-1.oraclecloud.com -pvtKeyFile oci_private_key -pubFingerPrint oci_public_fingerprint -uOCID user_ocid -tOCID tenancy_ocid -walletDir /wallet_directory -libDir /library_directory
Update:
As the dbbackupbom is an internal resource ID, you can't change that with the reinstallation of oci_install. Rather this should be an authorization issue.
Please check if you have the right policies in place. If not, create a policy like this:
Name of the policy: ObjectStorageAccess
Add below statements:
Allow group ObjectAdmins to manage buckets in tenancy
Allow group ObjectAdmins to manage objects in tenancy
Finally add your user to ObjectAdmins, or use a different group which you are already part of.
Finally I got found correct answer and resolution for this issue.
Cause: Error occurred due to newly launched region having some internal bug. i used Mumbai region which was recently launched.
Resolution : Choose another stable region. Ashburn region works for me.

Wix ICE Error from 01 to 07

I have to update our build-system from the old "XML-System" to the newer vNext.
Now I have the problem, that in a build progress, I'm getting errormessages from ligther.exe:
[error]light.exe(0,0): Error LGHT0217: Error executing ICE action 'ICE01'. ...
up to ICE07.
And at the end:
[error]light.exe(0,0): Error LGHT0216: An unexpected Win32 exception with error code 0x643 occurred: Action - 'ICE09' Fatal error during installation
When I make the same build with the "old" XML-Version it works without any problems, any ideas?
Thanks a lot.
Kriz
According to the error prompting message: An unexpected Win32 exception with error code 0x643 occurred: Action - 'ICE09' Fatal error during installation
It's probably a permissions problem with validation. You could try to give the build service account more privileges such as local administrator permission on the build agent.
Besides, there are no tools to convert XAML build definition to vNext directly, so please double check you have manually created fully in a accord.
I saw this issue only on the build machine, where the build task has no admin rights.
I didn't saw this on my developer machine, where I have admin rights. This error is written by the light.exe, which is the Windows Installer XML linker contained in the Wix Toolset.
In order to solve this I suppressed validation of the light.exe. This can be done in two different ways:
On the commandline of light.exe
-sval
On the commandline, when using WixSharp
Compiler.LightOptions = "-sval";

ERROR: Error CREATEing SolrCore 'hydra-development': Could not create a new core

I am trying to run solr_wrapper along with fc_wrapper to run my app.
This is how I am starting the solr,
enter code here
solr_wrapper -d solr/config/ --collection_name hydra-development --version 6.3.0
But when I hit this command, below is the error I am getting.
Failed to execute solr create: (RuntimeError)
Creating new core 'hydra-development' using command:
http://localhost:8983/solr/admin/cores?action=CREATE&name=hydra-development&instanceDir=hydra-development
I am able to start the fc_wrapper.
Can someone helpstarting the solr_wrapper.
These "solr_wrapper" and "fc_wrapper" tools do not come with Solr. Somebody else built those, so I have no idea how they work or what they do.
In order to create a core, the config must be available. See the big red box here:
https://cwiki.apache.org/confluence/display/solr/CoreAdmin+API#CoreAdminAPI-CREATE

Duplicate key error during Umbraco installation

I'm installing Umbraco V7 and get this error during installation
Error during installation
The database failed to install. ERROR: The database configuration failed
with the following message: The CREATE UNIQUE INDEX statement terminated because
a duplicate key was found for the object name 'dbo.cmsPropertyType' and the
index name 'IX_cmsPropertyTypeUniqueID'.
The duplicate key value is (00000000- 0000-0000-0000-000000000000).
The statement has been terminated. Please check log file for additional
information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
Any Idea where I can get full DB script for Umbraco or Full DB Backup?
Since it is a brand new install, I would try wiping your db and starting the install over. It sounds like something got corrupted once, and now it is perpetually breaking.

could not start the sphinx search service on local computer?

i am getting this
Windows could not start the SphinxSearch service on Local Computer.
Error 1067: The process terminated unexpectedly.
i got installation instruction from this .
http://blog.robbsnet.com/2011/07/how-to-install-and-implement-sphinx.html
build process is complete but when i start the sphinx search service i got errors .
Try running searchd manually from Command Prompt. Maybe it will give you a useful error message.
Try also looking in searchd.log
For anyone who is still having problems with the Windows service:
Make sure your configuration is correct for both database and paths and the needed folders & files are created.
Make sure that the service "command" matches the correct paths and files, to do so you have to:
Run administrative tools, click on local services, then find SphinxSearch. Click on its properties and read the line the service is trying to execute. If the configuration path doesn't match the service start command, it will fail to start.
FYI, this can also happen because your search data files are corrupt. Easy fix for that is to nuke the files and refill them.

Resources