INSERT into table A based on SELECT from table B
I've been scratching my head (and a few other parts) for a while - maybe still brain dead from the clock forward thing :-) Need to insert values where one of the fields is an ID number selected from...
View ArticleRe: INSERT into table A based on SELECT from table B
Hello Dave, Turn it on its head and massage the syntax a little bit...... INSERT INTO A_Sales_Ledger(xxx, yyyy, Customer_ID) SELECT xxx, yyy, Customer_ID FROM Customers WHERE Cust_Name LIKE '%Unique...
View ArticleRe: INSERT into table A based on SELECT from table B
Hey Paul Thank you - think I have been standing on my head today! Just to confirm (don't mind hitting my head for a while with SELECT errors, but if an INSERT goes pear shaped it could have some...
View ArticleRe: dbxtract issue
1) I haven't specified the path and it appears to be an issue with -ii option. This is set with the wizard itself.2) the two databases are on the same machine and part of the same server3) No they are...
View ArticleRe: INSERT into table A based on SELECT from table B
Hello Dave, No, you don't need VALUES if you use the INSERT...SELECT.. syntax as the inserting values are provided from the select. If you use the values syntax you are going to supply the data 'by...
View ArticleRe: dbxtract issue
Hi Terry,I believe that you used SQL Anywhere 11.You might run into the following issue. ================(Build #2729 - Engineering Case #693255)================If the publisher's address for a...
View ArticleRe: INSERT into table A based on SELECT from table B
Paul The code you supplied initially was bang on - I marked it as the answer. It was an oddball situation that warranted a quick remedy (Sybase Central) rather than write a client interface Thank you...
View ArticleRe: Sql Anywhere database as a Jitterbit source
In addition to Breck's comments, it is possible that the connection DSN you are using is an USER DSN. If JitterBit is attempting to use that DSN in the context of a different user, it will not be able...
View ArticleRe: dbxtract issue
That's really strange. 1) Can you provide the contents of the "Units 2_Test2075" DSN using dbdsn -g[s|u|? Please let me know whether's it's a User or System DSN please.2) Can you provide...
View ArticleRe: dbxtract issue
I don't believe that this bug fix will address the problem that Terry is seeing. The fix for QTS 693255 deals with strings stored in the database and how they are extracted and placed in the new...
View ArticlePCI Compliance with Mobilink 12
We are trying to become PCI compliant with their security standards. Part of that is ensuring that Mobilink and our encryptions are up to snuff. But an initial compliance check failed and we think it...
View ArticleSQLanywhere 17 does not connect to ESXi and the respective SAP Servers
I installed SQLanywhere 17 for Developers. The SAP systems run on a ESXi VMware 6.0. No matter what I do I am not able to connect, it won´t even ping any system which I can ping without a problem from...
View ArticleRe: SQLanywhere 17 does not connect to ESXi and the respective SAP Servers
Hello Andreas, What kind of options did you start dbsrv17 with?And what kind of OS is used on the virtual machine? You can check on communication behavior of dbsrv17 by the -z option.The -z option...
View ArticleRe: SQLanywhere 17 does not connect to ESXi and the respective SAP Servers
Hi Koichi, ESXi run a Windows server R8 and a Windows Server 12. The one I amtrying to connect is the r8 server. Netscan and Ping from my workstation runs just fine. But SQL anywhere and even Tableau...
View ArticleRe: SQLanywhere 17 does not connect to ESXi and the respective SAP Servers
Hello Andreas, I recommend that you get a log of the DB server by the -z and the -o option.The IP address and the port number that dbsrv17 bound are recorded in the log.Make sure of whether the IP...
View ArticleError: Table has no entry in the ml_table table
Hi Experts,I am trying to insert(upload_insert) data into a table in HCP using RDS from SQL Central on my laptop While trying to do so i am getting the error "Table 'FT_OBDII' has no entry in the...
View ArticleRe: SQLanywhere 17 does not connect to ESXi and the respective SAP Servers
You most likely have a firewall issue in your VM. By default, SQLA communicates over tcpip port 2638. Make sure your firewall is allowing this traffic through. The debug information mentioned by...
View ArticleRe: Error: Table has no entry in the ml_table table
Are you sure that the remote database is synchornizing using the 'ABC_XYZ_v1.0' script version? Earlier in the MobiLink log, there will have been a line that looked similar to : I. 2016-03-28...
View ArticleRe: SQLanywhere 17 does not connect to ESXi and the respective SAP Servers
Hi Andreas,please have a look at this WIKI which shows examples on how to troubleshoot SQLA connections....
View ArticleRe: Error: Table has no entry in the ml_table table
Hi, Here is the log from SQL Central SP execution: 2016-03-28 20:35:16.672 Synchronization profile options:...
View Article