Viewing 15 posts - 346 through 360 (of 686 total)
Instead of concat could it show values in separate fields for the value of different tests?
example:
Oxygen_Value Diameter_Value
Thanks.
November 11, 2021 at 12:40 pm
I would like to return the ContainerID,ItemID,Grosswgt,equipID,Onhold,Scrapped,TEST and Value as a single line per
Container.
November 10, 2021 at 7:31 pm
Can it report back the ,[Value] for each of the TESTs on the same line?
Thx.
November 10, 2021 at 6:25 pm
Data values for the tables.
Thanks.
INSERT INTO [dbo].[UpCastProduction]
([ContainerID]
...
November 10, 2021 at 1:45 pm
CREATE TABLE [dbo].[UpCastProduction](
[ContainerID] [nvarchar](20) NOT NULL,
[WOID] [int] NULL,
[Destination] [nvarchar](20) NULL,
[GrossWeight] [float] NOT NULL,
[TareWeight] [float] NOT NULL,
[NetWeight] AS ([GrossWeight]-[TareWeight]),
[DateTime] [datetime] NULL,
[EquipmentID] [nvarchar](15) NOT NULL,
[EmployeeID] [nvarchar](15) NOT NULL,
[OnHold]...
November 8, 2021 at 12:47 pm
When I started WinSCP GUI and it connected to the Host it allowed me to copy the fingerprint to the clipboard. I then pasted that into
my xml config file, and...
November 2, 2021 at 12:19 pm
How can I make sure it's reading the config xml file properly, and loading the DLL.
Debug pieces of the script.
October 31, 2021 at 12:02 pm
Strange when I use the WinSCP UI I can supply Host,UserName and under Advanced for Autheniction use the ppk and it connects, but if I try to do that in...
October 30, 2021 at 1:38 pm
I changed to only use:
SshPrivateKeyPath = $config.Configuration.SshPrivateKeyPath
Then updated my xml config file to point at .ppk file now I get message:
Error: SessionOptions.Protocol is Protocol.Sftp or Protocol.Scp, but SessionOptions.SshHostKeyFingerprint is not...
October 29, 2021 at 5:44 pm
When It creates the XML output how can I get the encoding to be utf-8?
This is all I'm seeing at the TOP:
<?xml version="1.0"?>
Thx.
October 20, 2021 at 11:54 pm
October 12, 2021 at 2:13 pm
How can I send the alert (email) to the user(qad_user from session table) where db_wait table has LockMethod = 'Active' . I want to send the screen that they have...
October 4, 2021 at 6:10 pm
any examples of how to make this work?
Thx.
September 29, 2021 at 10:59 am
Viewing 15 posts - 346 through 360 (of 686 total)