Questions tagged [imp]

Used for questions relating to the Electric Imp, a programmable Internet of Things eco-system.

The Imp, or Electric Imp is an eco-system of components that enable products to become part of the Internet of Things (IoT). It includes hardware that connects to the cloud via wifi and has a number of input and output pins to sense and control products. Programming is done via web browser on the cloud with two parts being programmed, the Imp hardware and the backend server.

Best to read the web page on the Electric Imp web site.

77 questions
1
vote
3 answers

Oracle exp dump file import issue IMP-00009: abnormal end of export file

While importing an oracle database via imp, it terminates with below error IMP-00009: abnormal end of export file Import terminated successfully with warnings. The exp was run on the same machine (the data was not ftp between servers) Is there a…
Ara
  • 409
  • 2
  • 11
  • 24
1
vote
1 answer

Import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set, but nothing happen?

I got no error when importing my XXX.DMP file using imp, but there is no database, schema, or table has imported and log file is empty too. Here what it's look : Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit…
Arie Wijaya
  • 23
  • 2
  • 7
1
vote
1 answer

Value for EXCLUDE is badly formed Importing Oracle Database 12c Enterprise Edition Release 12.1.0.1.0

I want to import a Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production using the command : impdp SOLVIA/SOLVIA900@IMMBO DIRECTORY=DB_EXP DUMPFILE=week_exp_immbo.dmp LOGFILE=week_exp_immbo.log REUSE_DATAFILES=YES…
en Lopes
  • 1,863
  • 11
  • 48
  • 90
1
vote
0 answers

ORA-00904: invalid identifier error

I have used IMP utility to import the tables of a schema. The import was successful. But when I am checking the tables, for one table I am getting " ORA-00904: "to": invalid identifier " error. The column " To " is present in the table. I have…
1
vote
1 answer

Trouble with imp.load_source: 'module' has no attribute 'foo'

I have a directory filled with an arbitrary number of modules, each of which contains only a function do_stuff. For example: foos/ __init__.py foo_1.py foo_2.py ... foo_n.py foo_1.py, for example, could just be: def…
norman
  • 5,128
  • 13
  • 44
  • 75
1
vote
0 answers

How can one replace a path from a module in the list sys.path premanently?

I've installed and loaded the module "windrose" to Python2.7 in the path "/home/user/.local/lib/python2.7/site-packages/windrose/windrose.py". When I run a program including from windrose import WindroseAxes from matplotlib import pyplot as…
elly
  • 166
  • 1
  • 2
  • 15
1
vote
1 answer

Why MySQL database registering blank entiry?

I'm working with electric imp + MySQL database. I'm trying to pass my imp values to MySQL using PHP but it's showing up blank entries, any idea why? I tried everything but can't figure out what's happening. PHP
1
vote
1 answer

How to integrate APScheduler and Imp?

I have built a plugin-based application where "plugins" (python modules) can be loaded by imp and then scheduled for later execution by APScheduler, I was able to successfully integrate them but I want to implement persistence in case of crashes or…
Jesus Gomez
  • 1,460
  • 13
  • 30
1
vote
1 answer

if statement stuck in loop, how to run it only once?

I'm creating a system that will send texts every time a temperature sensor goes outwith the limit. I need this text to only be sent once but it keeps sending. Code: if(temp > (userTemp + 5.00)) { ledState2=1; device.send("led2",…
Greg Stewart
  • 49
  • 1
  • 7
1
vote
1 answer

Linking with DLL in C/C#

I've been trying to link to a third-party DLL. I've tried in 3 different ways: by compiling C in Cygwin, by compiling C++ in Visual Studio and by compiling C# in Visual Studio. Everytime I compile the programs, I get the following errors: Cygwin:…
1
vote
1 answer

Installing IMP eclipse plugin

I have my eclipse plugin developed with IMP. I need to export the plugin so it can be installed on other machines. I tried to export using: File->Export->Deployable plugin and fragments and saved it in zipfile. I took the jar created and put it…
Hagai
  • 275
  • 3
  • 13
1
vote
1 answer

Deploying IMP-based eclipse plugin

I have a plugin for my own programming language for eclipse. The plugin is based on IMP. When running the project via "Run as eclipse application" everything works as expected: I have an eclipse perspective of the language, I can compile/run files…
upsidedown
  • 211
  • 2
  • 7
0
votes
2 answers

Oracle imp tables fail due to restraints

I am using the Oracle imp utility to import data into a set of empty tables in Oracle 10g. When I try to perform the import much of it fails due to referential integrity constraints. E.g. Can't import data into table A because foreign key in table…
BON
  • 433
  • 2
  • 9
  • 18
0
votes
0 answers

Oracel Garbled characters were generated during import

The client uses US7ASCII encoding to export DMP, any encoding used during import will result in annotated Chinese garbled characters. comment. view...
0
votes
1 answer

XCode 12 error with IMP instance: Too many arguments to function call, expected 0, have 2

I just got some work for the old project. There is compile-time error with IMP instance: While searching for the cause and solution I came across the links: https://developer.apple.com/forums/thread/666701 But those didn't helped me understand the…
iAkshay
  • 1,143
  • 1
  • 13
  • 35