Questions tagged [import]

144 questions
0
votes
2 answers

Importing Foreign Drive with Megaraid Webbios

I've recently acquired an old server and decided to set it up as a home server. Having never set up a server before, I accidentally cleared a foreign configuration that kept two of my drives on it. Now those two drives are marked as foreign and I…
0
votes
1 answer

After importing data from PST to Exchange Online account, users can't modify items imported to calendar

I've got a problem with users. After importing PST files to Exchange Online accounts, they have a problem with calendars. whenever they want to modify an item, that has been created on old system, it says, that they don't have required rights to…
kjubus
  • 145
  • 1
  • 9
0
votes
1 answer

google cloud hates my import - ssh and ping not working, http:// and web ssh is.. why?

I have imported a VM (160gb CentOS7 guest, Hyper-V Host) the new google cloud vm has a GEC ip of x.x.x.203. I can connect to the source machine g.g.g.209via ssh port 22 and it responds to pings, (i.e. firewalls on the CentOS source are configured…
Mr Heelis
  • 123
  • 6
0
votes
1 answer

Import CSV of user accounts containing semicolon-delimited proxyAddresses

An organisation is using Active Directory Domain Services and Office 365 but with no synchronisation so there are a large number of discrepancies between the user accounts (different spellings of names, outdated job titles, wrong UPNs, etc). The…
mythofechelon
  • 877
  • 3
  • 22
  • 38
0
votes
2 answers

How to remove old session from Azure Storage Explorer?

Several months ago I experimented with importing Outlook PST files using the AZCopy tool and Azure Storage Explorer. I created an SAS URL within the Office 365 admin center which has since expired. Instructions seen here:…
Appleoddity
  • 3,290
  • 2
  • 10
  • 27
0
votes
1 answer

Does mysql have similiar tool like oracle bulk import and export?

One of mysql servers I managed, we need to migrate from AWS RDS to EC2(mysql installed). Because of too many record in mysql(using mysqldump to export will cost 7 days). I should find a solution that can reduce down times. We already try AWS DMS…
0
votes
1 answer

How to initiate AWS import export disk service

I'm looking to use AWS import export disk to ship 2TB of data to AWS on an encrypted USB drive. For this volume of data it doesn't justify having a snowball device delivered to the office. I'm in a supported region (Ireland), but on the AWS services…
Kris C
  • 145
  • 6
0
votes
1 answer

Importing Bulk Users from .csv file leads to user logon name and domain being blank

I have the following issue when adding bulk users through a .csv file: the user logon name and the domain are blank, however the user logon name (Pre windows 2003) is showing ok. Because of this, I am unable to sign in any of my newly imported…
0
votes
1 answer

Importing ExtensionAttribute via CSV with Powershell

I am trying to populate the attribute ExtensionAttribute7 with a CSV file. The CSV file has two columns: samAccountName and ExtensionAttribute7 I import the Active Directory module and have been trying this script: Import-Csv C:\sam-eid.csv |…
Jim
  • 17
  • 3
  • 6
0
votes
1 answer

Export/Import Active Directory Permissions Delegations

I have an OU in AD, which has delegated permissions assigned to it. Is there any way/tool to export delegated permissions (or just all security permissions) for an OU and then apply the very same permissions to another OU in the AD structure? Export…
0
votes
1 answer

Importing database in LDAP creates error

I have exported my database using the following function slapcat > ldif While I am importing database in other LDAP server it creates error. I am using the following function slapadd -l ldif. This creates the following error 560d7819 The first…
Shahrukh Khan
  • 201
  • 2
  • 5
  • 10
0
votes
1 answer

Mysql Import - You have a error in your Syntax - Workarround

i use a exporter for some mysql data. At first it will create the table and after that insert the data into it. Example Code DROP TABLE IF EXISTS `dbc_Item-data`; CREATE TABLE `dbc_Item-data` ( `id` INT NOT NULL DEFAULT '0', `field97`…
0
votes
2 answers

Bulk Update AD Attribues with Employee ID as matched key

I have a CSV file that I need to bulk update AD with. The file has an employeeID, which would match the employeeID field in AD. So far, I've been able to update a user successfully with a CSV file if there is just one row of information. What…
Jim
  • 17
  • 3
  • 6
0
votes
1 answer

Importing available module into PowerShell v2.0 results in error

I'm trying to import a PowerShell module to do some SSH work. I've unlocked all of the files I'm trying to import in the module. The module itself is located in a directory where modules are to be located in order to be found. PS C:\Users\AM034402>…
nerdenator
  • 103
  • 1
  • 3
0
votes
2 answers

VPS - root - shell: tweaking php to import 20mb file with phpMyAdmin

System: VPS, 1GB RAM, 1.2GHZ Access: root, shell, anything Versions: PHP 5.4.16,phpMyAdmin 4.2.7, 5.5.37 MariaDB, Apache/2.4.6 (CentOS 7) Task: Import a 20mb (300k rows, 20 columns) sql dumb into phpMyAdmin Result: Warning: "You probably tried to…
Email
  • 101
  • 2