Can't read fields from previous step, kettle - field

I have a small problem in kettle. These are the steps I'm using.
kettle rocks http://imageshack.com/a/img22/7915/ffk9.png
The error is at the second step saying that it's unable to get fields from the previous step because of an error, but the sql in "Table input" step works fine.
Any ideas?

Try this version of mysql java connector(mysql-connector-java-5.1.31-bin.jar). This worked for me, hope will work for you.

Related

#IBOutlet doesn't appear on intellisense

I have had this issue since long time and assumed that Xcode's update might fix this. And this issue comes in case of #IBoutlet only. I don't get any suggestion from intellisense. Happens every time.
As an example, #IBAction works fine :
Though it is not a big trouble as I can complete the rest of declaration. But has someone encountered this ?
Can't reproduce:
However, having said that, there's an obvious solution: write your own user-defined snippet with your own abbreviation. The result will be far better than what Xcode's code completion gives you (namely nothing):
Now you can type "out" and ask for code completion, get "outlet", enter it, and presto, you've got a name and type placeholder you can fill in by tabbing to them.
Yes , I tested it now and encountered the same issue , it's because every end of typing the syntax checker re runs and gives this error

Closure compiler does not write out errors

I have a Groovy script that runs the closure compiler latest version.
def command = "java -jar $compiler --js $orderedDependencies --js_output_file $minFilename --create_source_map $mapFilename --compilation_level WHITESPACE_ONLY --source_map_format=V3 --language_in=ECMASCRIPT5 --debug --formatting=PRETTY_PRINT"
command.execute(null as List, outputDir).waitForProcessOutput(System.out, System.err)
When I use it without the --language_in option, I get error output. When I add the command option, I don't get any error output, but it breaks somewhere, because nothing gets created and the web interface is broken.
Does anyone have any idea why this might be?
I'm not sure what the problem is since the code you provided isn't enough the reproduce it.
But chances are that you are searching in the wrong place: the .execute() command can be quite annoying. Take a look at this question to get some ideas on what could go wrong and how to solve it: Trying to send an email trough a groovy shell script

UFT 11.51 - "Sequence contains more than one matching element"

I get this when I try to save my test either from QC (ALM connection) or locally.
"Sequence Contains more than one matching element"
I cannot Save As neither.
I use UFT 11.51 on XP.
Question is if anybody else had had this. And if there is any solution or workaround to it.
Thanks in advance,
Mateo
I'm using the Latest 12.02 version of UFT, I faced the same issue, one possible reason for this issue is the Action Name.
In my case I had used an action name as "ArticlePullQuote", called it from another action within the same test and try to save it, QTP throws error "Sequence Contains more than one matching element".
I changed the action name to "ArtPullQuote", and tried to save, it worked fine.
This might not be the solution for all, but give a try.

error: addinfo_cache failed while cherrypicking

I am getting the followinge error while cherry-picking a gerrit...does anyone have info on what this means and why would anyone see it?
error: addinfo_cache failed for path 'ROE/NAS/src/abc.c
Looks like this has something to do with the whitespace and EOL. I also got the same issue today and just used the git-->mergetool to resolve the issue based on the following thread - http://git.661346.n2.nabble.com/error-addinfo-cache-failed-during-merge-tp6840473p6840622.html.
The only cause of concern, I now see the entire file modified instead of just the two lines which were part of my cherry-pick changeset.
Run git stash before cherry-picking. It helped at least in my case.

Neo4j "RelationshipRecord[22] not in use" error

I'm getting this error
RelationshipRecord[22] not in use
executing this command
start r=relationship(22)
delete r
when trying to delete a broken realtionship. With a broken relationship I mean with a deleted start node or destination node. For example I had this reltionship
(10)--->(11)
I deleted the node 11.
(10)--->
Now I want to delete the relationship but I'm getting the error mentioned above.
How can I fix this problem ?
Thanks
Neo4j won't keep around hanging relations- so there will not be a case where you have
(10)--->
The relationship would have been deleted already, hence you get that error while trying to delete it again.
The next day I started working with that the problem dissapeared... May be a cache in the webadmin ... or something similar.
Thanks for all!

Resources