Any tutorials?

2017-08-10 Thread Sergio Muriel
Hi, does anyone know about any easy to follow Syncope tutorials or documentation? I have been reading the reference guide but I find it hard to follow. This is what I need to do: Synchronize db2db fields, web service to web service and

Re: Any tutorials?

2017-08-18 Thread Sergio Muriel
Friday, August 11, 2017 5:14 AM To: user@syncope.apache.org<mailto:user@syncope.apache.org> Subject: Re: Any tutorials? On 10/08/2017 19:16, Sergio Muriel wrote: Hi, does anyone know about any easy to follow Syncope tutorials or documentation? I have been reading the reference guide<http://syncope

Re: Any tutorials?

2017-08-17 Thread Sergio Muriel
clue of what I'm doing wrong here? Your help is very appreciated. Sergio From: Francesco Chicchiriccò <ilgro...@apache.org> Sent: Friday, August 11, 2017 5:14 AM To: user@syncope.apache.org Subject: Re: Any tutorials? On 10/08/2017 19:16, Sergio Muriel

Re: Any tutorials?

2017-08-18 Thread Sergio Muriel
from the enduser subdirectory, execute: mvn -P embedded,all" Is it okay? [1] https://syncope.apache.org/docs/getting-started.html ____ From: Sergio Muriel <sergio...@hotmail.com> Sent: Friday, August 18, 2017 3:06 PM To: user@syncope.apache.org Subject: Re: Any

Re: Any tutorials?

2017-08-19 Thread Sergio Muriel
driver is used by the Core, not by the Enduser UI, so the correct procedure is to add the dependency to core/pom.xml, rebuild everything from the root directory via "mvn clean install" or "mvn -Pall clean install", then move back to the enduser subdirectory and start as

Re: Scripted SQL Pull Task Error

2017-09-15 Thread Sergio Muriel
Hi Matteo, please find the scripts attached to this email. Thank you again! Best Regards, Sergio Muriel From: Matteo Alessandroni <skylar...@apache.org> Sent: Friday, September 15, 2017 2:25 AM To: user@syncope.apache.org Subject: Hi Sergio, could

Re: Scripted SQL Pull Task Error

2017-09-15 Thread Sergio Muriel
Assisi"; "guest"; "AvC7MQ==:2WCl8JQTasdfafeg452fgsgr45gsfsdg+XOMOUCLcfQ="; "-f21d-4179-85e5-12345678abcd"; "-f21d-4179-85e5-12345678abcd"; "2013-08-26 19:42:24"; "2013-08-26 19:42:24"; "-9e65-41ce-a434-

Re: Scripted SQL Pull Task Error

2017-09-18 Thread Sergio Muriel
there anything else you want to see from scripts? Where can I find it? Thank you Best Regards, Sergio Muriel From: Matteo Alessandroni <matteo.alessandr...@tirasa.net> Sent: Monday, September 18, 2017 2:25 AM To: user@syncope.apache.org Subject: Re: Sc

Re: Scripted SQL Pull Task Error

2017-09-22 Thread Sergio Muriel
way I should pull the password? Best Regards, Sergio Muriel From: Marco Di Sabatino Di Diodoro <marco.disabat...@tirasa.net> Sent: Friday, September 22, 2017 2:41 AM To: user@syncope.apache.org Subject: Re: Scripted SQL Pull Task Error Hi Sergio, Il 18/0

Re: Scripted SQL Pull Task Error

2017-09-13 Thread Sergio Muriel
1] Help is very appreciated! Best Regards, Sergio Muriel From: Matteo Alessandroni <skylar...@apache.org> Sent: Wednesday, September 13, 2017 4:23 AM To: user@syncope.apache.org Subject: Re: Scripted SQL Pull Task Error Hi Sergio, There cou

Re: Push task via REST

2017-10-02 Thread Sergio Muriel
m: Marco Di Sabatino Di Diodoro <marco.disabat...@tirasa.net> Sent: Monday, October 2, 2017 2:30 AM To: user@syncope.apache.org Subject: Re: Push task via REST Hi Sergio, Il 28/09/2017 22:37, Sergio Muriel ha scritto: Sorry guys, I realized that I had not saved the provision rules :D My bad!

Re: Push task via REST

2017-10-13 Thread Sergio Muriel
session every time. Now, I see that there is an AuthenticateScript. Would it help? If so, how can I use it? Is there any way to pass the session ID from this script to the SearchScript? Best Regards, Sergio Muriel From: Marco Di Sabatino Di Diodoro <marco.

Re: Any tutorials?

2017-08-30 Thread Sergio Muriel
> up, at this point. It might have been but I'm not on Deb distributions. Anyways most important thing is that got a clean exception-free startup. :-) Big thanks for you! Best Regards, Sergio Muriel From: Francesco Chicchiriccò <ilgro...@apache.org> Sent:

Re: Any tutorials?

2017-08-29 Thread Sergio Muriel
, Sergio Muriel From: ilgrosso <ilgro...@apache.org> Sent: Tuesday, August 29, 2017 2:52 AM To: user@syncope.apache.org Subject: Re: Any tutorials? >From my project root I ran: mvn clean verify -Dconf.directory=/opt/syncope/conf -Dbundles.directory=/op

Scripted SQL Pull Task Error

2017-09-12 Thread Sergio Muriel
]}} Method: handle It should at least load the ones that are correct. Am I right? Thank you for the help! Best Regards, Sergio Muriel

Re: Scripted SQL Pull Task Error

2017-09-25 Thread Sergio Muriel
d be wrong? Best Regards, Sergio Muriel From: Marco Di Sabatino Di Diodoro <marco.disabat...@tirasa.net> Sent: Monday, September 25, 2017 3:38 AM To: user@syncope.apache.org; Sergio Muriel Subject: Re: Scripted SQL Pull Task Error Il 23/09/2017 01:54,

Re: Push task via REST

2017-09-28 Thread Sergio Muriel
-provisioning-java-2.0.4.jar:2.0.4] ... 2 more As always, help is very appreciated! PD: Is there any way to run the task just for one user? Best Regards, Sergio Muriel From: Sergio Muriel <sergio...@hotmail.com> Sent: Wednesday, September 27, 2017 5:01 PM To

Re: Any tutorials?

2017-08-23 Thread Sergio Muriel
@localhost:4554 for me); in other words it looses all connectors. Do you know what is wrong? PD: I'm using same war files generated for embedded mode. I just copy them in webapps/. Best Regards, Sergio Muriel From: Francesco Chicchiriccò <ilgro...@apache.org>

Re: Any tutorials?

2017-08-24 Thread Sergio Muriel
org> Sent: Thursday, August 24, 2017 2:26 AM To: user@syncope.apache.org Subject: Re: Any tutorials? On 23/08/2017 18:53, Sergio Muriel wrote: Don't worry! Actually this solution for embedded mode works like a charm!! Thank you!! Good to hear this :-) On the other hand, I'm having an issue w

Re: Any tutorials?

2017-08-21 Thread Sergio Muriel
: user@syncope.apache.org Subject: Re: Any tutorials? On 2017-08-20 01:20 Sergio Muriel wrote: > Although I can see now the drivers in: > > core/target/syncope/WEB-INF/lib/mssql-jdbc-6.1.0.jre8.jar > > core/target/syncope/WEB-INF/lib/mysql-connector-java-5.1.42.jar > >

Re: New blog post - Syncope Basics: Manage external DB

2017-08-25 Thread Sergio Muriel
Matteo, thank you so much for this tutorial! It was much needed!! On the other hand I'm having an issue with the last step (Advanced section). I removed the rows in MySQL2 external resource but it didn't create anything. It only gets populated with the ExportUsers task. Any clue about this

Re: Any tutorials?

2017-08-28 Thread Sergio Muriel
ied with both 8080 and 9080 on these files: CATALINA_HOME\conf\server.xml ( Sent: Friday, August 25, 2017 1:36 AM To: user@syncope.apache.org Subject: Re: Any tutorials? On 24/08/2017 21:29, Sergio Muriel wrote: I have followed the steps as you (and the guide) mention, nevertheless I ran into this prob

Pushing changes through soap web service

2017-08-30 Thread Sergio Muriel
. * eid: Entity ID, i.e. Student ID. * firstname * lastname How can I configure the connector's Service Endpoint, Service name and SOAPAction URI Prefix? And most important thing: How can I make a matching rule for sessionid? Thank you in advance for your help! Best Regards, Sergio