Questions tagged [ase]

The Android Scripting Environment allows you to edit and execute scripts and interactive interpreters directly on an Android device. For Sybase Adaptive Server Enterprise, use [sybase-ase]

The Android Scripting Environment (ASE) allows you to edit and execute scripts and interactive interpreters directly on an Android device. ASE provides access to many of the same APIs used by Java Android applications, but with a simplified interface.

58 questions
1
vote
0 answers

Sybase ASE - INSERT INTO statment i stored procedure, problems in formating string

I have following problem formatting the @p_f_field variable correct, I get the error: Could not execute statement. Incorrect syntax near ‘+’ Sybase error code=102, SQLState=”42000” Severity Level=15, State=181, Transaction State=1 Line 7 My stored…
nesmoht
  • 125
  • 8
0
votes
1 answer

How to use scanBarcode() from ASE in Java (without ASE)?

I want to use this barcode scanner from ASE in normal Android application, without using or installing ASE. How can I do this? UPDATE: I do not want use ZXing's Barcode Scanner because of permission they want (read contact data etc)
SuitUp
  • 3,112
  • 5
  • 28
  • 41
0
votes
0 answers

Error Code 1 with DFTB calculator from ASE package Python

I'm having an issue with the dftb calculator from ASE package. I'm proving the precission of two methods to optimize some COF structure by stretching the cell isotropically. So the firts function is def isotropic_cell_relax_2D(atoms, calculator,…
0
votes
0 answers

How to do a simple PES scan in ASE for CO2?

I've been trying now for a very long time to come up with a way to easily perform a PES scan in ASE. However, often I am facing the problem that for a change in the bond lengths my structures either do not change at all or completely distort. I am…
0
votes
1 answer

Adding string column to ext-xyz file using python ASE

I have an ase Atom class defined as such: atoms = ase.Atoms(elements, np.array(flat_AP), cell=rand_box_dim, pbc=True) Written as an ext-xyz file, this gives: 9 Lattice="2.172266536730066 0.0 0.0 0.0 2.497767468610632 0.0 0.0 0.0 2.6921538042558764"…
D.Kang
  • 27
  • 6
0
votes
1 answer

Using a date as primary key with an aggregation table Sybase ASE

I'm currently working on a Sybase ASE rdms and I have the following table (JOB_AUDIT) filled with sample dataset : IDJOB BATCH M_DATE START_TIME ENDTIME 1 A 12-25-2012 00:00:00 40100 40110 2 A 12-25-2012…
Whb_mhb
  • 9
  • 2
0
votes
1 answer

Does AES Incorporate SHA512 into its Algorithm?

Will aes256 be broken if the sha512 hash of the aes256 password is known?
0
votes
0 answers

while doing ASE DB Instatllation, Error Installation Failed. The installation failed

I have attached the log file in google drive
Sid
  • 1
0
votes
1 answer

WebJob calling WebAPI in Azure ASE can't resolve WebAPI name

I have a WebJob and a WebAPI deployed to 2 separate App Services in a single Azure ASE (internal). I would like to call the WebAPI from the WebJob, but the WebJob fails to resolve the endpoint of the WebAPI. Using the Kudo console from the WebJob…
0
votes
0 answers

Import ASE Module on python

After installing 'ase' (Atomic Simulation Module) module using pip in Python 3.7.3, Failed to import the module using python shell, although it is found in the pip list. >>> import ase Traceback (most recent call last): File "", line 1,…
NeePew
  • 1
  • 1
0
votes
0 answers

Sybase ASE sever version 16 queries for password and admin users

I have a client who needs to show me the Sybase database Users with Privileged access and the Password configurations set on the database (such as password length and lockout threshold) I am struggling to find a query that displays the required…
Roro
  • 97
  • 3
  • 13
0
votes
1 answer

Is it possible to configure ApplicationInsights 's AvailabilityTests for an end point (of AppService) hosted in ASE?

We have a requirement to configure Availability Tests (URL Ping Test) on an End Point (App Service) which is hosted inside App Service Environment (ASE). I don't think it would be possible. but, I might be wrong. Any comments on this or point me to…
Prawin
  • 1,158
  • 2
  • 12
  • 26
0
votes
0 answers

problem of decryption data using RSA method

is there away to solve this problem even the code is work prefect for encrypted and decrypted the data when they are in same file, the problem happen when i divide the code into two parts, one part encryption and second part decryption, but still…
natalie
  • 13
  • 4
0
votes
1 answer

Azure app service (ASE) SQL Azure connection

I have an app service located inside the app service environment(ASE). I have a virtual network which I have put ASE into the subnet in the Vnet. What I am trying to do is, I am trying to connect SQL Azure endpoint which is not in Vnet or my azure…
0
votes
1 answer

SAP ASE and/or HANA with Microsoft .Net Core

We've got a small project that we would like to be web-based. Most of our applications are SAP ASE but this project will not directly interconnect with anything existing. Therefore we can look at pretty much anything. The developers would like to…