Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread Eric-R82
Here's what I have discovered that helped resolve my issue. 1. I had created a dedicated named instance for the Syncope database, but that wasn't working so I moved it over to the default instance. 2. Authentication using a domain account didn't seem to work, so I set the SQL installation to

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread Eric-R82
I think I have potentially resolved the issue. I have it working using this example webapp I found. I will now deploy the Syncope webapp and see if it works. -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread Eric-R82
Yes, I do see the file there. I uninstalled tomcat and put on Java 8 instead then re-installed Tomcat. I also moved the database to the SQL server default instance instead of a named instance. I still have no luck

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread ilgrosso
Just double-click on the downloaded JAR: you should find a directory hierarchy as follows: com/ microsoft/ sqlserver/ jdbc/ and in the inner folder, a file named SQLServerDriver.class Can you confirm? -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-19 Thread Eric-R82
I don't suppose you could direct me to way to check that. I am noob when it comes to writing software and the last time I wrote java was years ago. I will do the googling in the mean time. -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-16 Thread Eric-R82
I located an example webapp to test using a datasource. I added the following to my Tomcat\conf\context.xml file /" url="jdbc:sqlserver://localhost:1433;databaseName=TestDB;" removeAbandoned="true" removeAbandonedTimeout="30" logAbandoned="true" />/ The database

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-16 Thread Francesco Chicchiriccò
On 16/02/2018 17:31, Eric-R82 wrote: I am using 2.0.7. I didn't go with the standalone, because of the of the following note: /Target Audience First approach, especially with administration console and end-user; does not require technical skills. *Not meant for any production environment.*/

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-16 Thread Eric-R82
I am using 2.0.7. I didn't go with the standalone, because of the of the following note: /Target Audience First approach, especially with administration console and end-user; does not require technical skills. *Not meant for any production environment.*/ If I can ignore it and go use it in a

Re: I desperately require assistance getting my Syncore installation to work in windows

2018-02-15 Thread Francesco Chicchiriccò
Hi Eric, first of all, do not despair :-) Short answer: if it is for initial evaluation, just download the 2.0.7 standalone distribution ZIP from http://syncope.apache.org/downloads.html then follow instructions at http://syncope.apache.org/docs/getting-started.html#standalone and you're