I'm trying to connect two "subjobs" with the object tUnite.
However I get an error :
Exception in component tHashInput_tUnite_3 (format)
java.lang.RuntimeException: The hash is not initialized : The hash must exist before you read from it
I think that is happening because a "subjob" finished before the other one.
It exists a way to do that or I must create two jobs?
Current structure
Note: Both tSortRow object (tri and tSortRow_2) have same structure.
Thank's for help!
Remove and then add a new tUnite.
It worked for me.
Related
Transformation Parse Warning [<<P M Parse Warning>> <<Invalid constant sun-expression>> <<Expression Error>> [TO_DATE]:invalid string for converting to Date
… t:TO_DATE(s:s:”,s:s:’YYYYMMDD’)
……….
AND SATIS_TARIHI = >>>> TO_DATE($$RUN_DATE,’YYYYMMDD’)<<<<];
How can I solve this?
This is the first time I encounter this error. Normally, this is a daily routine for our job. The parameter is successfully added to the mapping and all the other things seem okay. I’d appreciate your help.
I tried to start the workflow and got this error.
You need to define a $$RUN_DATE in mapping. Currently its not defined in mapping or its null in parameter file.
You need to set a default value in mapping like 20221221 for today.
Or else you can set it up in a parameter file like this
[folder.workflow_name]
[folder.session_name]
$$RUN_DATE=20221221
Considering this is your daily routine and up till now it has been working fine, I assume this is not a new development and no recent changes have been made. Apparantly PowerCenter got an invalid value for the parameter.
Check you parameter file and how it gets generated.
Was the process of generating paramfile executed without issues?
Was there enough storage space?
Can you verify the paramfile contents?
Can you regenerate it?
Can you modify it and provide some value manually?
Feel free to get back with some updates for more help if your problem won't get resolved by checking the items on the list above.
I have a problem, I created my architecture and I managed to use it perfectly. Then I needed to modify it (add a field/attribute "tags" in a schema("skills")).
To do this modification I rewrote in my schema file ("skills.js") and then I run sanity build.
I can now see this field in the UI.
My problem : when I get this object in my code I don't have this new attribute
Do you have a solution ?
Thanks in advance
To all
When trying to open an asset (DRL or Legency Test), I receive the message "Unable to complete your request. The following exception occurred: name is empty."
I can't find any hint what this means. My rules import from different projects which all can be accessed.
Does anybody have an idea what this could mean? Thank you very much already in advance.
big hug
Michael
I found out by myself. The external data objects configuration had an empty entry. So be careful when adding an external data object - you are able to add an empty row and Business Central let's you save this ... with the empty row causing the error described.
happy coding
Michael Lutz
Here is my problem.
When I use the following code in my program:
var spawn = require ('child_process').spawn;
...
var child = spawn ('node', ['my_program2', '...'], {stdio : ['ipc', fd_out, fd_err]});
my database is dropped.
The father program and the son program, use keystone.
I chose to use child_process because I have to have two different programs, the second launched by the first, and I have to listen to different socket.
Anyone know how to set keystone to avoid emptying the database or how to use the two programs with just one instance of keystone?
I thank you in advance.
ps: the Database I use is mongodb.
Sorry, error of mine ...
When creating a list, we use new keystone.List(), but when using it, it is keystone.list
Caps can lead to confusion.
ORA-00955: name is already used by an existing object
There are so many statements and so many objects already. Then, how do you find out which object (table, column, sequence, view etc) caused this error to occur ?
I tried these links, but could not solve the problem -
http://www.techonthenet.com/oracle/errors/ora00955.php
http://www.dba-oracle.com/t_ora_00955_name_already_used_by_existing_object.htm
If you're running a script in SQL*Plus, you could SET ECHO ON and then spool the output to a file for later analysis.