robert_kratschmann
Participant
Member since ‎2019 Apr 25

User Statistics

  • 85 Posts
  • 5 Solutions
  • 13 Kudos given
  • 10 Kudos received

User Activity

SQL Anywhere 17.0.11.7908 on Windows 11.Loading local data into a local database. Data (u.txt) contains:1;AAAAA2;BBBBB3;CCCCC1;DDDDD4;EEEEEUsing ALLOW ALL ERRORS works fine (four loaded rows with c1=1,2,3,4):create table t1 (c1 int primary key,c2 var...
Hi!I did an manual update from 16.0 SP04 PL06 to 16.1 SP00 PL00 on Windows 11 with German local settings. (An automatic update was not offered.) ASE run fine if I start it with %SYBASE&\%SYBASE_ASE%\RUN_<Servername>.bat script!But starting it as a Wi...
Hi!On Linux the following works fine: [sybase@dimotion ase160]$ aseuserstore set sadkey 'dimotion.sybase.local 5010 ssl="CN=DIMOTION"' sa sybase [sybase@dimotion ase160]$ isql -ksadkey 1> select @@ssl_ciphersuite 2> go ...
Hi,is there a way using ASE dbisql (Interactive SQL) utility with the aseuserstore? JDBC uses the SECURE_STORE_KEY property, but you can't start dbisql without username and password.ThanksRobert
HiI want to execute the Python samples with Python 3.11.0 or 3.11.8.Into %SYBASE%\%SYBASE_OCS%\sample\python I copied the SYBASE.bat file from %SYBASE% and addvariables for DSQUERY, PYTHONHOME, PATH, and PYTHONPATH:REMREM SAP Product Environment vari...