Profile

Diana Stanley

Glicks Furniture

Contact Details

Glicks Furniture

My Content

1 to 9 of 9 total
Posted By Diana Stanley 03-28-2023 10:11
Found In Egroup: Pentaho
\ view thread
It sounds like you are having issues running a job using Kitchen.bat with a different service account than the one that created the job, and that the job uses the Database Repository. In PDI, jobs and transformations are stored in the repository, which is tied to a specific user account. By default, ...
Posted By Diana Stanley 03-28-2023 10:11
Found In Egroup: Pentaho
\ view thread
It sounds like you are trying to extract the value of a SYS_REFCURSOR that is inside a stored procedure. While you are able to run the stored procedure normally, you are having trouble getting the value of the SYS_REFCURSOR. It would be helpful to have more information on what programming language and ...
Posted By Diana Stanley 03-28-2023 00:43
Found In Egroup: Pentaho
\ view thread
To extract the value of a SYS_REFCURSOR inside a stored procedure, you can declare a variable of type SYS_REFCURSOR and use the OPEN, FETCH, and CLOSE statements to manipulate the cursor. Here's an example: DECLARE   my_cursor SYS_REFCURSOR;   cursor_result VARCHAR2(100); BEGIN   my_procedure(my_cursor); ...
Posted By Diana Stanley 03-23-2023 02:24
Found In Egroup: Pentaho
\ view thread
It is possible that the Pentaho API is requiring users to change their password upon initial login, which is a common security practice. You can verify this by checking the API documentation or contacting the Pentaho support team. To resolve the issue, you can modify your user creation code to set ...
Posted By Diana Stanley 03-22-2023 02:19
Found In Egroup: Flash Storage​
\ view thread
Yes, you can generate a report in G600 that includes the Node_name or Host_group name, Assigned_LUN_ID, assigned_LUN_Size, LUN_Pool, Port_ID, and host details. To do this, you can use the Command Line Interface (CLI) or the Storage Navigator Modular 2 interface to run commands or scripts that retrieve ...
Posted By Diana Stanley 03-21-2023 06:09
Found In Egroup: Pentaho
\ view thread
It seems that you are having issues with Pentaho not processing null values in the same way as SQL Server when performing a database lookup using the WHERE statement. You have tried sending an empty string and changing the KETTLE_EMPTY_STRING_DIFFERS_FROM_NULL property, but to no avail. To fix this ...
Posted By Diana Stanley 03-20-2023 01:46
Found In Egroup: Pentaho
\ view thread
To use the native MS Windows dialogs in Pentaho 9.4 Spoon instead of the default Java file dialogs, you can follow these steps: Locate the "spoon.bat" file in the Pentaho installation directory. Open "spoon.bat" in a text editor. Add the following line to the beginning of the file: set SWT_GTK3=0 ...
Posted By Diana Stanley 03-17-2023 00:52
Found In Egroup: Flash Storage​
\ view thread
It is not clear from your description whether the External Volume is a supported type for use as a P-Vol in a GAD replication. However, it is not uncommon for storage systems to have specific requirements for external volumes to be used in certain functions, such as replication. Regarding your issue ...
Posted By Diana Stanley 03-16-2023 00:24
Found In Community: Pentaho
\ view thread
Based on the error message you are seeing, it seems that there might be a problem with the Java installation or configuration. Here are a few things you can try to resolve the issue: Check if the Java version you are using is compatible with Pentaho Data Integration (Kettle) 9.1. According to the Pentaho ...