686 questions
0
votes
0
answers
103
views
about Vertex AI Workbench Executor
pip install fails with Error in Vertex AI Workbench Executor
I am struggling with this issue and need help. Please assist.
I am setting up a notebook environment using a created instance in Google ...
0
votes
0
answers
33
views
Can't see Schema details of a view inside vertex ai workbench notebooks
I have a dataset in Big query with tables and views. When i click on the tables and view details in BQ studio i can see the schema of the tables and of the views.
When I try to do the same in vertex ...
0
votes
1
answer
34
views
Is there a simple way to get SQL Workbench to only focus on one database?
Through my code I am having to write the database before the table name because otherwise I get an error as it's looking in the wrong database for the table I created. If you look at my code I am ...
0
votes
0
answers
34
views
ELK Algorithm Properties Fine Tuning to straighten Nodes connections
I am using ELK Layout view in an eclipse workbench project to arrange inputs outputs and blocks. The issue is that the result is still not perfect and a manual arrangement is needed. My question is ...
0
votes
0
answers
15
views
Eclipse fragment project localization failed
I have created a eclipse fragment project.The host plugin is org.eclipse.ui,the fragment folder like this:
com.cqyt.ide.nl
META-INF
MANIFEST.MF
build.properties
plugin_zh.properties
The ...
0
votes
0
answers
46
views
plumber API deploy from Posit Workbench to Posit Connect authentication failure
I have a simple R plumber API which I created and tested on Posit Workbench and want to deploy on Posit Connect. In Connect, there is an authentication failure because after authorization in Swagger, ...
0
votes
1
answer
84
views
How to save DB tables summary shown in MySQL workbench
I can see DB table details in MySQL Workbench, but can't find an option to save them. I also tried CTRL + A and CTRL + C but it didn't selected all the rows.
0
votes
0
answers
20
views
SET Command to Sort (Alphabetize & Ascendeing numberical order)
In my data set, I have lists of comma separated values (JSON) within MySQL data fields.
Example, in my inventory table I have three columns, first an id column then two more called ...
0
votes
0
answers
67
views
business central is showing an empty page after login in drools business central workbench 7.74
I use kubernetes to deploy drools Business Central and expose port 8080, but when I enter username and password and log in, it appears a empty screen, and I cannot log in to the console.
I use this ...
0
votes
0
answers
34
views
Using GCP Workbench Instance new Terraform module, whenever we resize data disk, a new Workbench Instance is created
Using GCP Workbench Instance new Terraform module, whenever we resize data disk, a new Workbench Instance is created. Is there any way to avoid the re-creation of the Workbench Instance using the ...
0
votes
0
answers
86
views
AWS NoSql workbench: Dynamo DB not covering all data in PNG export
I have a dataset of a 100 rows in my demo DDB table, and when I try to export the PNG, it causes some strife.
I have an M2 MacBook Pro, and NoSql WB Version 3.12.1 (3.12.1)
The zipped png files are ...
0
votes
0
answers
36
views
Import an image into sql workbench
I'd like to read an image on my sql workbench but I can't, do you know where my error is?
Here is my code :
use Jeux;
CREATE TABLE images
(
id int AUTO_INCREMENT PRIMARY KEY,
name varchar(200)...
1
vote
1
answer
120
views
changing white space character in IAR embedded
The white space character in IAR Embedded (I specifically use STM8 variant, don't know their ARM tools) is the most intrusive, compared with any other IDE we use (and there are many of them). If you ...
0
votes
1
answer
832
views
How can i download IAR EWARM 8.30.1
I need to install IAR Embedded Workbench for Arm version 8.30.1 on my desktop, but I can't find it anywhere on the internet. I have version 9.50, but I specifically need version 8.30.1 for ...
0
votes
0
answers
36
views
MySQL Workbench Cannot Connect Server (2003)
enter image description hereI've exhausted every resource I've found online. I'm a neophyte with MySQL (postgres seems a lot easier to connect to server but schema design and CRUD appears easier in ...
0
votes
0
answers
30
views
Comparing Queries which having two different results that aren't far apart
$sql = "SELECT Status FROM citydoc2023.status WHERE EmailNotifierFlag = 1";
$record = $database->query($sql);
$statuses = '';
while ($data = $database->...
0
votes
1
answer
66
views
workbench and phpmyadmin are showing different number of connections
I am running mysql 8.0 on centos 7.4
phpmyadmin and workbench are showing totally different information regarding the number of connections (shown below).
at the sametime this is what I am seeing on ...
1
vote
1
answer
68
views
How can I save workbench.xmi programmatically?
We have an RCP application, using Eclipse 3.x and we are migrating to Eclipse 4.
At a certain point in our application, we need to save the workbench.xml file with the contents of the perspectives. In ...
0
votes
0
answers
25
views
How to make a H2 DB with foreign key [duplicate]
I need to make a H2 DB from this diagram made on Workbench. I'm having problem with foreign key. I'm learning MySQL.
(https://i.sstatic.net/z2Mbm.jpg)
The first table is working but the second syntax ...
0
votes
1
answer
387
views
Text output from results of APDL
I need to write UY1 displacement of node1 as Text file in ANSYS APDL code given in ANSYS Verification Manual, VM17. Presently, it only gives graph plot of UY1 and I am unable to locate the text file (...
-1
votes
1
answer
499
views
what could be the solution for the bench that does not find port when starting?
Port 8000 is being used by another program. Either identify and stop that program, or start the server on a different port.
As that error occurs after running the bench start command, I tried to stop ...
1
vote
1
answer
46
views
Query Returns Result But status still shows Retrieving Column Remarks on SQL Workbench Vertica
I'm trying to run SQL simple direct SELECT query on SQL Workbench (Attaching Images). (Using Vertica 11)
The results are returned but status in bottom left corner displays Retrieving Column Remarks... ...
0
votes
1
answer
817
views
Error on Zone not having enough resource available! but selecting all other zones will lead to this error
When I want to create user-managed notebook in vertex's workbench, every zone that i would select, there would be this error:
*tensorflow-2-6-20230629-002759: The zone 'projects/qwiklabs-gcp-04-...
0
votes
0
answers
10
views
Syntax not showing single result or possible looking at the wrong colum [duplicate]
I'm new to this so go easy on me. I am trying to show 1 data entry with a value = to
but I am unable to find it. IF I select all then it shows up.
show database;
use test;
show tables;
select * ...
0
votes
0
answers
211
views
Data import process was successful but 0 data imported
Am new to SQL and am trying to import CSV file into existing tables and the process is always successful but the end result is that 0 records imported. when I tried to import in a new table i got the ...
0
votes
1
answer
2k
views
I can't connect the mysql container in docker with workbench in my machine
I want to connect mysql container with workbench
I run mysql with this command
docker run --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -d mysql
I go to workbench interface I add a new ...
0
votes
0
answers
588
views
How to instal mysql-workbench on NixOS?
I’m new on NixOS and I'm using home manager to install my applications. I was trying to install mysql-workbench, that’s why i added in my home.nix the following line:
home.packages = with pkgs; [
......
0
votes
2
answers
62
views
Postman does not responds using arrays in WHEN condition with Drools
I'm trying to test the solution proposed by @tarilabs (which makes all sense) in this thread, using a drl file from Business Central:
Drools Business Central - Decision tables with spreadsheets, using ...
0
votes
2
answers
194
views
Drools Business Central - Decision tables with spreadsheets, using arrays at WHEN condition
I am new with Drools and I am using Business Central 7.18.0 to implement some rules using the asset Decision Tables (Spreadsheet).
I have achieve to implement some basic rules with excel and try them ...
0
votes
0
answers
19
views
MySQL PROCEDURE code seems to run but doesn't do anything
this is an assignment our professor left us and even though there are better ways to fill the tables with data he wanted us to do it this way.
I have these code of a stored procedure, which seems to ...
-1
votes
1
answer
615
views
!gcloud config get-value compute/region returns unset while the regions is been set ( vertexaiworkbench notebook )
im using vertexai wokbench to run my code ,
i can define my project using the command :
!gcloud config get-value project
but when i ran the command to get my default region :
!gcloud config get-...
0
votes
2
answers
77
views
MYSQL Workbench - indexes after delete (Java)
I have a problem with MYSQL Workbench. Let's say I have this table, the user 'x' has index 8. Let's say I delete this user, so now I have only 7 users. If I create a new user with Java Console, the ...
1
vote
1
answer
264
views
access denied while increasing max_connections in mySQL
I am trying to increase max connection capacity to one of our mySQL database from 65 to 1000 in order to resolve database handshake error.
I am trying to set max_connections globarl variable using ...
0
votes
1
answer
27
views
How to Implement a if clause when the result of a calculation is less then zero
THE CODE I AM WORKING IS:
UPDATE `tab_base_asset`
INNER JOIN `vw_calcula_taxa_adm_ymf_acumulada_3`
ON `tab_base_asset`.`codigo_fundo` = `vw_calcula_taxa_adm_ymf_acumulada_3`.`codigo_fundo`
SET `...
-2
votes
1
answer
778
views
How can I change the color of the top bar that holds tabs and other actions and the breadcrumb bar in VS Code? [duplicate]
How can I change the color of the top bar that holds tabs and other actions and the breadcrumb bar in VS Code?
i tried toolbar and statusbar to change, but it didn't work.
0
votes
2
answers
175
views
mysql.connector.errors.IntegrityError: 1062 (23000): Duplicate entry '430804' for key 'pathology.PRIMARY'
My code:
def update(self):
conn=mysql.connector.connect(host="localhost",user="root",password="root",database="pathology")
my_cursor=...
0
votes
0
answers
148
views
SQL Syntax error in python MySQL - query successful in MySQL workbench
Dealing with something very annoying here. I'm writing a library DBMS in python and I have a function that creates a SQL statement by string interpolation. Plan to shift it to parametrized queries ...
2
votes
2
answers
1k
views
drools workbench with jbpm-server-7.73.0.Final-dist file from jbpmn.org site
After downloading jbpm-server-7.73.0.Final-dist.zip and running standalone.bat file facing issue in startup of server as deployment is not completed
I want to fix this issue to get server up an ...
0
votes
1
answer
93
views
Pass Variables to SilkTest Workbench stw.exe from Command Line
Variables are not recognized
I hava a Silk Test Workbench .Net Script called Dummy
Public Module Main
Public Test As String = "test"
Public Sub Main()
msgBox(Test)
End Sub
End ...
0
votes
4
answers
3k
views
MySQL tables do not show when trying to export my schema... What do I do?
the screenshot of MySQL exportMySQL tables do not show when trying to export my schema...
I can see those tables in my schema, etc but not when trying to export. What could be wrong? I am using MySQL ...
0
votes
1
answer
42
views
I am unable to copy sample data to populate a table Coginity pro from Redshift
I have been trying to copy data to a table in my Coginity Pro but I get the error message below .
I have copied my ARN from redshift and pasted it in the relevant path but I still could not populate ...
1
vote
1
answer
1k
views
Any way to programatically execute a Managed notebooks inside GCP Vertex AI workbench?
I am trying to programmatically execute a notebook inside a Workbench instance from GCP Vertex AI.
I can't find any API or SDK to do it... event the Vertex AI SDK for Python does not have access to ...
0
votes
1
answer
239
views
How to quantize specific layers on OpenVINO Workbench?
I have a trained onnx model that needs to be quantized to INT8. But I want my last fully connected layers are still in FP32 or FP16. So how can I choose specific layers to quantize (or not to quantize)...
0
votes
1
answer
220
views
How to solve issue with mysql workbench results grid?
I'm trying to use mysql workbench as a query editor for my project. My output in the results viewer looks like this:
Even if I set varbinary/binary characters to show up as non-binary I still get ...
0
votes
0
answers
109
views
How can I create a trigger to update another table based on values on the table updated?
I have a table called ROOM. This table has ROOM_ID, CLASS_ID and other columns.
I have another table called ROOM_HISTORY. This table has ROOM_ID, CLASS_ID, START_DATE, END_DATE.
I want to create a ...
2
votes
1
answer
29
views
Workbench enters wrong data
I recently developed a small registration system in PHP and MySQL. In tests, it worked perfectly. However, from the first successful test, the workbench started to have problems.
Every time I enter a ...
2
votes
3
answers
3k
views
mysql for excel error : "The given key was not present in the dictionary"
I would like to send Excel data to mysql database using mysql for Excel. But when I click Connection(any connection), An error appears:"The given key was not present in the dictionary"
how ...
3
votes
1
answer
1k
views
NoSQL Workbench support for Local Secondary Indexes in Dynamodb
Is there a way to add a local secondary index to a new Dynamodb table definition in NoSQL Workbench (v3.3.0 on macos)?
I am able to configure global secondary indexes but nothing for local.
0
votes
1
answer
285
views
How can i import .DMP files into SQLiteStudio
i need to import some .DMP files into SQLiteStudio, i tried a lot of things but can´t find how to do it. If you can help me i appreciate it
0
votes
2
answers
63
views
MySQL Is there a query to get all null occurrences in every column through a single query?
Currently, I check null values in MySQL by running multiple
SELECT * FROM tbl <field_name> IS NULL;
This takes too much time especially if there many columns.
I wondered if there is a better way ...