Questions tagged [utilities]

208 questions
0
votes
1 answer

Linux whiptail : Unable to display a huge Licensing file

I am trying to display a huge .txt file using whiptail,but encountered an error bash: /bin/whiptail: Argument list too long Command Executed: whiptail --title "Licensing Info" --yesno "`cat /file/location/LICENSE.txt`" --scrolltext 50 100…
Suku Ranga
  • 21
  • 3
0
votes
1 answer

How can I perform fastload for a file which has only one column and 'n' rows?

I have done fastload for table which has more than one column (I did this with vartext format with , as delimiter). Now I want to load a file which has only one column (and 5 rows to say). But I'm unable to do that and encountering the below…
SrinR
  • 923
  • 7
  • 16
  • 27
0
votes
5 answers

Is there any extendable editor out there with vi-like modes?

I'm looking for a perfect text editor :) The "must have" list: vim-like modal editing, keybindings similar to vim emacs like extendibility - same "real" language for plugins and the editor itself, so that the extension can affect almost anything in…
viraptor
  • 33,322
  • 10
  • 107
  • 191
0
votes
1 answer

Using EF Utilities for including child tables/list

I've been looking for a good solution to speed up my queries in my application. I came across this link: https://github.com/MikaelEliasson/EntityFramework.Utilities Where in example they show how their code works: var result =…
User987
  • 3,663
  • 15
  • 54
  • 115
0
votes
0 answers

Tpt script issue to load Clob datatypes into teradata

I am writing my first tpt script. My requirement is basic. I want to load a table in exadata ( which has clob and blob datatypes as well) into teradata. I have come across few posts saying i can only use sql inserter operator to load clob and blob…
user3901666
  • 399
  • 11
  • 29
0
votes
1 answer

Angular 2 Testing Error Cannot read property 'forEach' of undefined

I'm trying to test a component.ts: import { ActivatedRoute, Params } from '@angular/router'; import { Location } from '@angular/common'; ... ngOnInit(): void { this.route.params.forEach((params: Params) => { let id =…
Miha
  • 303
  • 3
  • 19
0
votes
2 answers

Symfony - render twig file in myClass

Let's say i have my own class render('sometwigfile'); } } What should i do if I want to load twig file to variable NOT IN CONTROLLER?
mcz
  • 1
  • 1
0
votes
1 answer

Issue with Timestamp field in Fload

I am facing an issue with the fastload where my Timestamp fields are getting rejected to error table. Below is the value of timestamp(6) field in my flat file. 23-06-2016 11:51:21.000000 23-06-2016 11:51:21.000000 Below is my code: SET RECORD…
user3901666
  • 399
  • 11
  • 29
0
votes
3 answers

Tool for Scanning for Attached USB Devices in Windows

Can anyone recommend a (preferably free) tool for scanning for attached USB devices in a Windows environment? This is for development purposes only. I have a USB peripheral that I know works when it is attached to my system, but I'm having trouble…
Jim Fell
  • 13,750
  • 36
  • 127
  • 202
0
votes
1 answer

Adding Meta Tags to Files and Folders in Windows XP

Is there any softwares available in Windows XP for adding meta tags to files and folders. i am looking for a tools similar to Tags/Punakea in Mac OS. Thanks
Mahes
  • 3,938
  • 1
  • 34
  • 39
0
votes
1 answer

Teradata Parallel Transporter writer Error in informatica

I have a simple mapping with TPT as writer , Teradata Parallel Transporter throwing the following error? Message: [ERROR] Type:(Teradata DBS Error), Error: ( must be empty for Fast Loading.)
waiting
  • 45
  • 6
0
votes
0 answers

iPython Notebook: import folium fails working with domino d3

I am trying to model data similar to this one: http://blog.dominodatalab.com/creating-interactive-crime-maps-with-folium/ but i am using iPython Notebook/Jupyter in the browser through my company's site. The man from the first domino blog said…
angisgrate
  • 497
  • 1
  • 4
  • 5
0
votes
1 answer

Detecting and monitoring RAM usage on a Windows system

I would like to check how much RAM a program I am working on is using, and I was wondering what methods/programs are available that can do this? Is there an easy way to "predict" this? (ie, DLLs are loaded directly into RAM, right? Thus, the file…
Russel
  • 3,609
  • 8
  • 33
  • 32
0
votes
0 answers

Main.Cpp errror. Error 1 error C1083: Cannot open include file: 'Utilities/Utilities.h': No such file or directory PTPlayer

How to fix it? This is the error: Main.Cpp errror. Error 1 error C1083: Cannot open include file: 'Utilities/Utilities.h': No such file or directory PTPlayer I am using ptplayer file, trying to make it to xap fil for windows store app.
sanduu
  • 1
0
votes
1 answer

How to use arcmain to backup table with all his rows and without them(just structure)?

I need to backup tables and be able to control what to store: full table or just its structure. Unfortunately, I didn't figure it out. So I looked the official site, then tried to look the full guide, but it is so full unnecessary information. So…
Rocketq
  • 5,423
  • 23
  • 75
  • 126