OIM 9.1 and ADSync Connecter from 9041 (Version: 4.5.0) issues

Has anyone successfully configured these two together yet? I am in the process of trying to configure it properly and during the process of changing the User Defined field, it is giving a tcStaleDataUpdateException.
Below is the full log of a password change cycle:
05 Mar 2008 15:46:32 INFO Logger created
05 Mar 2008 15:46:32 INFO Triggering Password Synchronization mechanism
05 Mar 2008 15:46:34 INFO Value of the installedFlag=>true
05 Mar 2008 15:46:34 INFO Password Reset Installed..get the ITResourceType and
ITResourceName
05 Mar 2008 15:46:34 INFO IT ResourceType Name=>AD Server
05 Mar 2008 15:46:34 INFO ITResourceName=>OIM-WGC
05 Mar 2008 15:46:34 INFO Logging to OIM server
05 Mar 2008 15:46:34 INFO Logging into OIM Server with an auth mechanism
05 Mar 2008 15:46:34 INFO Necassary Configurations read
05 Mar 2008 15:46:34 INFO Logging into OIM Server with uname/pwd based auth
05 Mar 2008 15:46:41 INFO Logging into OIM Server with uname/pwd based auth
05 Mar 2008 15:46:41 INFO Initializing API instances
05 Mar 2008 15:46:41 INFO Login completed
05 Mar 2008 15:46:41 INFO Get the value of IT Resource parameter
05 Mar 2008 15:46:43 INFO Set the value of IT Resource parameter to LDAP connec
tion variables
05 Mar 2008 15:46:43 INFO Check whether the ADsync is activated through ADServe
r or OIM user
05 Mar 2008 15:46:43 INFO Inside checkOIMFlag
05 Mar 2008 15:46:43 INFO Going to connect AD
05 Mar 2008 15:46:43 INFO Successful connected to AD
05 Mar 2008 15:46:43 INFO Check the value of the customAtrributeName
05 Mar 2008 15:46:43 INFO Enumerate the attributes
05 Mar 2008 15:46:43 INFO objectGUID-->01afea406b229543b856de73305de058
05 Mar 2008 15:46:43 INFO samName-->BW140435
05 Mar 2008 15:46:43 INFO userPrincipalName-->BW140435
05 Mar 2008 15:46:43 INFO User Defined field value-->0
05 Mar 2008 15:46:43 INFO Custom Atrribute value is 0
05 Mar 2008 15:46:43 INFO return from checkOIMFlag
05 Mar 2008 15:46:43 INFO Password for this user needs to be updated through sy
nchronization
05 Mar 2008 15:46:43 INFO userId--->BW140435
05 Mar 2008 15:46:43 INFO matchType--->UserID
05 Mar 2008 15:46:43 INFO Inserted BW140435 in Input
05 Mar 2008 15:46:43 INFO Find the user in OIM :
05 Mar 2008 15:46:43 INFO After findUser :: userRS.size : 1
05 Mar 2008 15:46:43 INFO User BW140435 = 71
05 Mar 2008 15:46:43 INFO Set the value of UDF field to ADSYNC_TRUE value
05 Mar 2008 15:46:43 INFO Going to update the USR_UDF_ADSYNC to ADSYNC_TRUE
05 Mar 2008 15:46:45 INFO update the value of USR_UDF_ADSYNC to ADSYNC_TRUE
05 Mar 2008 15:46:45 INFO Invoking OIM API for setting password
05 Mar 2008 15:46:46 INFO Password changed
05 Mar 2008 15:46:46 ERROR Unable to update status
Thor.API.Exceptions.tcStaleDataUpdateException
at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl_816_WLStub.updateUser(Unknown Source)
at Thor.API.Operations.tcUserOperationsClient.updateUser(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.security.Security.runAs(Security.java:41)
at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
at $Proxy0.updateUser(Unknown Source)
at com.thortech.xl.integration.adpasswordsynch.ChangePassword.changePassword(Unknown Source)
at com.thortech.xl.integration.adpasswordsynch.ChangePassword.main(Unknown Source)
Caused by: Thor.API.Exceptions.tcStaleDataUpdateException
at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUserData(Unknown Source)
at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUser(Unknown Source)
at com.thortech.xl.ejb.beans.tcUserOperationsSession.updateUser(UnknownSource)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.updateUser(tcUserOperations_voj9p2_EOImpl.java:2302)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:491)
at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:120)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:434)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:429)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
05 Mar 2008 15:46:46 INFO Set the value of UDF field to ADSYNC_FALSE value
05 Mar 2008 15:46:46 INFO Going to update the USR_UDF_ADSYNC to ADSYNCH_FALSE
05 Mar 2008 15:46:46 ERROR Unable to update status
Thor.API.Exceptions.tcStaleDataUpdateException
at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl_816_WLStub.updateUser(Unknown Source)
at Thor.API.Operations.tcUserOperationsClient.updateUser(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.security.Security.runAs(Security.java:41)
at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
at $Proxy0.updateUser(Unknown Source)
at com.thortech.xl.integration.adpasswordsynch.ChangePassword.changePassword(Unknown Source)
at com.thortech.xl.integration.adpasswordsynch.ChangePassword.main(Unknown Source)
Caused by: Thor.API.Exceptions.tcStaleDataUpdateException
at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUserData(Unknown Source)
at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUser(Unknown Source)
at com.thortech.xl.ejb.beans.tcUserOperationsSession.updateUser(UnknownSource)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.updateUser(tcUserOperations_voj9p2_EOImpl.java:2302)
at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:491)
at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:120)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:434)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:429)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
05 Mar 2008 15:46:46 INFO Password synch over
05 Mar 2008 15:46:46 INFO Before System.exit(0):
-Kevin

For anyone else trying to setup AD Sync with 9.1, i was able to resolve the issue by decompiling the ChangePassword.class file and rewrite the changePassword method.
The cause for the error was due to prior to the password change, the user defined field is changed, and after the password change, the same ResultSet is being used when the next value is being written to the field. Since the data had changed, the latest Exception handling would not allow the change due to the ResultSet being old/stale data.
Also, you will run into a looping issue for bi-direction password resets because when you make a change in AD, the password in OIM is reset, which triggers the Change User Password task, which triggers the Password Updated if you are just returning the new password to the Password field, which tries to reset the password in AD again. This will lock up the domain controller. To get around this, you need to create custom code to check the value of the user defined field. If it's true, then run the setProcessData of the AD User form, otherwise, just stop.
And finally, on the AD Set User Password adapter, you will need to set the adsync schema attribute to 1 prior to the password reset, to prevent the passing of the value onto OIM again. After the password change is complete, change the adsync attribute back to 0.
-Kevin

Similar Messages

  • I use Creative Suite CS5 Premium Design STUDENT edition, as well as Lightroom 3 STUDENT edition. Can I upgrade to CS6 and Lightroom 4 from student versions?

    I use Creative Suite CS5 Premium Design STUDENT edition, as well as Lightroom 3 STUDENT edition. Can I upgrade to CS6 and Lightroom 4 from student versions?

    You can buy the commercial upgrades for CS6 and LR5. LR4 is no longer available.
    Mylenium

  • RemoteApp and Desktop Connections from server 2012 std

    Hi
    i am trying to deploy the RemoteApp and Desktop Connections to my win 7 from my app server (server 2012)
    and i am getting all the time this error
    what cert i have to add and where ???
    (on the server iis i have tried to add 2 cert but no success)\
    thanks

    Hi,
    Please import the RD Web Access server certificate to your clients and see how it works.
    Event ID 1012 — RemoteApp and Desktop Connection Configuration
    http://technet.microsoft.com/en-us/library/ee891358(v=ws.10).aspx
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Connecting from a remote computer / name resolution issues

    My work has two SQL Server 2005 databases, one installed on a Windows XP machine (running some equipment) and one installed on a Windows 7 machine (backing up the files from the XP instance).  Both computers run only the default instance.  I had
    replication set up and functioning (data being created on the XP maching was being replicated to the Win 7 machine) for the last three weeks in July.  I recently noticed that the replication is no longer working (the files were no longer being copied),
    and when I tried to check the status I got an error about named pipes, or, if I disabled named pipes "tcp provider error 0 no such host is known".
    At the time I found the replication problem, I could connect to both databases through SSMS on the Windows 7 machine.  On the XP machine, I could use SSMS to browse to the Win 7 instance but SSMS would not connect to the Win 7 instance by name (same
    errors about no such host known); the connection does go through by IP address.  I can ping from the Win 7 machine to the XP machine both by IP address and by name.  I could ping from the XP machine to the Win 7 machine by IP address but NOT by name.
    I tried running the workgroup wizard on the XP machine, thinking this might help with the name resolution problem.  In the wizard, I changed the workgroup name to a new name.  I changed the workgroup name on the Win 7 machine to match.
    This change did not affect the ping status - I can still ping by both name and IP address from the Win 7 machine, and still only the IP address works from the XP machine.  However, now SSMS on the Win 7 machine no longer sees the XP machine!  Trying
    to log in with either the machine name and the IP address, I now get a "timeout expired" message, and the SSMS login browser does not show the XP machine on the network.
    Any pointers on where to look for the cause of this problem would be very welcome.

    There was some problem (bug?) with the remote connections flag on the Win 7 server.  Someone had posted in the comments to a technet article that unchecking the remote connections box, restarting the server, then re-checking it helped them.  I
    tried it, and that fixed the problem with the Win 7 machine being unable to see the XP machine.
    Olaf's suggestion about the Hosts file fixed the problem with the XP machine having to use the IP address - now it can connect by name as well.
    Now I just have left the problem of a broken subscription to my replication, but that's a separate issue so I'll consider this thread closed.  Thanks to everyone who offered suggestions.

  • Migrate Connections from previous version

    When upgrading to the latest version - I failed to migrate the connections.
    Now I can't find a way to get the old connection settings into 1.5.3 and it doesn't ask anymore.
    I cannot find where the IDEConnections.xml sits either?
    Can you help?
    Thanks

    If you still have your older version installed, and can still see your connections in the older version, you can export them. Just right click "Connections" in the connections navigator, and choose "Export Connections". The connections are saved as an XML file in the directory of your choice. Exit the old version and start 1.5.3. Right click "Connections" and choose "Import Connections" and import the connections from the file that you exported.
    If you don't have your older version, and would like to look for the connections yourself, the location will depend on which version you upgraded from and what operating system you have. Let us know, and I'm sure someone will try to help.

  • How to get and use connection from Web AS 7.0 pool?

    Hello!
    I've set up a datasource and connection pool in my Web AS according http://help.sap.com/saphelp_nw70/helpdata/en/c0/3ad4d5cdc66447a188b582aad537d3/frameset.htm
    And I have some questions about using connection pool:
    1) here is my code which get connection form pool:
    InitialContext ctx = new InitialContext();
    DataSource datasource = (DataSource) ctx.lookup("jdbc/IndexesDataSource");
    Connection con = datasource.getConnection();
    return con;
    Does it properly?
    2) Which method I should call when I need to pass connection back to the pool? Will it be enough to call con.close()?
    regards, Lev

    Hi Lev,
    Write code like this
    try{
    InitialContext ctx=new InitialContext();
    DataSource ds=(DataSource)ctx.lookup("jdbc/indexsDataSource");
    Connection con=ds.getConnection();
    Statement stmt=con.createStatement();
    con.close();
    catch(Exception e)
    wdComponentAPI.getMessageManager().reportException("Exception "+e,true);
    also have a look at below links[Link|http://help.sap.com/saphelp_nw04/helpdata/en/61/fdbc3d16f39e33e10000000a11405a/frameset.htm][Link1|http://help.sap.com/saphelp_nw04/helpdata/en/46/ddc4705e911f43a611840d8decb5f6/frameset.htm][Tutorial|http://help.sap.com/saphelp_nw04/helpdata/en/91/9c2226df76f64fa7783dcaa4534395/frameset.htm]
    Regards,
    Krishna kattu

  • SQL Server/Client Version cross connectivity or in other words, connecting from one version of an SQL client to another version of an SQL server.

    I wasn't sure, so I'm posting this question to understand better.  If I have an SQL Server on SQL 2005 and a client running SQL 2000, can that client talk to the server?  Also, if I had the opposite, a Server on SQL 2000 and a client on SQL 2005, is communication possible? 
    Thanks for the SQL help!

    From my experience, a newer client with an older server cannot use a new data type either. I tried this with a SQL Server 2008 R2 client against a database on a SQL Server 2000 instance.
    declare @myDate1 date
    Result...
    Msg 2715, Level 16, State 3, Line 1
    Column or parameter #-1: Cannot find data type date.
    Parameter '@myDate1' has an invalid data type.

  • Uninstalled Premier Elements 10, want to reinstall. Can I just download trial version and enter SR from uninstalled version?

    Elements Premier became corrupted and freezing computer. As I understood the directions, I uninstalled, including options on uninstall wizard. I now want to download and reinstall using my paid for and registered Serial Numbers. Is this correct. If not, please advise proper reinstall.

    Fr. Six
    Yes with following explanation.
    Adobe offers only the trial version of Premiere Elements (current version = Premiere Elements 12/12.1).
    But, you can download the appropriate trial of Premiere Elements 10 from the following web site
    http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm l
    and insert your version 10 purchased serial number in the appropriate installation files.
    Be sure to read and carry out the Note: Very Important Instructions at that web site so that you do not run
    into an Access Denied message.
    Keep in mind that if you purchased the serial number online from Adobe, it will be specific to a Windows OR Mac computer.
    A version 10 serial number purchased for a download to a Windows computer is not going to work for Premiere Elements 10 on a Mac
    computer.
    Please let us know if you are OK with the above information.
    Thanks.
    ATR

  • How do I update to latest version of Premiere Pro and After Affects from current version 6?

    Cyrrently running version 6 of Premiere Pro and After Affects.
    How do I go about upgrading?

    Hi Lifeonmediaboy,
    You can follow the link: https://creative.adobe.com/plans and look for the upgrade for your products.
    Thanks,
    Ratandeep Arora

  • HT2497 do I connect my airport express to my modem via the WAN port and then connect to my imac via ethernet cable?

    Do I connect my airport express to my modem via the WAN port and then connect from airport express to my imac with ethernet cable? Is that how you "hard wire" the connection? Because when I do that, I still can't get online. Thanks.

    What is the make & model of your modem?
    You pretty much stated the correct wiring. There should be an Ethernet cable connected between the modem and the WAN (circle of dots) port on the AirPort Express base station.
    Anytime you change networking hardware it is always a good idea to perform a complete power recycle of that hardware. Check out the following AirPort User Tip for details. Please post back your results.

  • Cluster connectivity from OMS console

    I've successfully installed 10g agent (10.2.0.4) on a linux cluster, but I'm having problems with cluster and database connectivity from the console (10gR4 on solaris 10). I can ssh to both cluster nodes from the OMS server no problem. I can sqlplus to cluster database from the OMS server as well. But when I try to use the same credentials in console, I'm getting "Connection to crs01 as user oracle failed.". Message in emoms.trc doesn't reveal much either:
    "2008-10-08 10:38:24,033 [EMUI_10_38_22_/console/pref/setCredentials$targetType=host] ERROR creds.SetPrefCreds testCreds.1592 - SetPrefCreds.testCreds(): CredsException: Connection to crs01 as user oracle failed.".
    Same for database connection ("Connection to TSTRAC as user system failed.", "2008-10-08 10:40:10,404 [EMUI_10_40_10_/console/pref/setCredentials$targetType=oracle*_database] ERROR creds.SetPrefCreds testCreds.1592 - SetPrefCreds.testCreds(): CredsException: Connection to TSTRAC as user system failed."
    Any advice or tip how to setup more detailed tracing?
    Thanks,
    Julius

    Yes, that's how I discovered I had a problem :) I was entering preferred credentials and tried to test and it failed. So I tried from a telnet session on oms server and it worked. I can't connect from oms console only. Do you know where the oms gets connection description from? Tnsnames.ora?

  • Oracle 8 not connecting from client machines

    hello
    i am using oracle 8 on windows environment. the problem is that oracle is connecting on the server machine but not on client machine for some days. sometimes i do connects but sometimes the application helds for long time and no response is obtained. Application is residing on the server and drive has been mapped on the client machines. What can be the possible cause. ping on the network is ok.
    Waiting...
    iftikhar ahmad
    Lahore

    oracle 8Wauv a historic database from 1997 - http://tonguc.wordpress.com/2006/12/27/history-of-oracle/
    do you really have to stay at that version first of all, 11gR1 is out and 9iR2 is de-supported recently and I couldnt find this release's documentation also.
    What about tnsping and sqlplus connection from your clients and listener status on your server - lsnrctl status
    You may need to set, take and analyze sql*net traces - http://download.oracle.com/docs/cd/B19306_01/java.102/b14355/apxtblsh.htm#i1004660
    Best regards.

  • Deploying RemoteApp and Desktop Connections certificate...

     
         Hello,
       I am currently trying to deploy a certificate for remoteapp and desktop connections and continue to receive a certificate error.  We are running a 2012r2 developement RDS Farm.  We have one Connection Broker, 2 session hosts, gateway,
    web access etc...we have about 15 applications published and the user's can access them via web access, however, when we try and setup (RADC-RemoteApp and Desktop Connections) it errors out due to security issue with the certificate.  If we manually install
    the cert in the client's Trusted Root Certificate Authority for the local machine, it works flawlessly....however, we do not want to have to install this cert for 500 users +....we would rather deploy through GP.
        We have it narrowed down to the point of the certificate is not being deployed to all of the clients.  We have attempted many GPO policy edits that we have found from other technet articles and other websites online...but I cant seem
    to find any solid GPO instructions that seem to work for this environment to properly deploy the certificate to all of the clients.
      These clients are running windows 7 and windows 8 & 8.1.  All the clients that are running windows 7 have RDP 8.0....
    Any help would be greatful....thanks in advance.     JCT

    Hi,
    You need to request the necessary certificates from your CA, export each certificate and its private key to a .pfx file, then use these files for the RDS in Server Manager -- RDS -- Overview -- Tasks -- Deployment Properties -- Certificates.
    To do this you can use certlm.msc. For example, start on the broker, open certlm.msc, request a new cert using Computer template, before clicking enroll go into the details and edit the properties of the request so that the private key will be marked
    as exportable, then enroll.  Once it is done the certificate will be in the Personal store, right-click on it and export it as well as the private key to a .pfx file.
    In Server Manager -- RDS -- Overview -- Tasks -- Edit Deployment Properties -- Certificates tab, select RDCB SSO, select existing certificate, choose the .pfx, etc., then click Apply.  Select RDCB Publishing, select existing certificate, choose .pfx,
    OK, click Apply.
    At this point you should be finished with 2 out of the 4 RDS purposes.  Log on to the RDWeb server, request the certificate and export it (and its private key) to .pfx file as described above, and copy the file over to the broker.  Repeat
    the process I described above to assign this certificate to the RDWeb and RDG purposes in deployment properties.
    Now you should have all 4 purposes set and showing as trusted in deployment properties.  The client PCs should not get any certificate errors since they should trust the certificates issued by your enterprise CA.  Additionally the client PCs need
    to be able to reach the path defined in CRL Distribution points and AIA on the certificates so that they can do revocation checking.
    -TP

  • Moving Planning areas and Planning books from SCM 4.0 to SCM 5.1

    Hello Experts,
    Can anyone have idea of how to transport planning areas and Planning book from SCM 4.0 to SCM 5.1.
    Do we need any prerequisite to Transport Planning area and Planning book from Lower version (SCM 4.0) to higher version SCM 5.1.
    Any suggestion could be very helpful for me.
    Thanks!
    Best Regards,

    I have never done this, but I suspect it might be tad easier to just recreate them in 5.1 There are scores of tables that Planning Book configuration lies in. I would not rely on a transport mechanism working across versions to migrate every bit of the configuration accurately.

  • Is this possible: SNC connection from SAP GUI to SAP Router, and ...

    Hi,
    I have (stupid perhaps) question.
    Is this scenario possible:
    SNC connection from SAP GUI to SAP Router, and non-SNC connection from SAP Router to SAP System.
    I know how to set up scenario like this:
    SAP System --- (non-SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP GUI.
    Best regards,
    Marek Majchrowski

    Wolfgang,
    To be sure myself and Marek understand, can you confirm the different scenarios supported:
    Scenario 1:
    SAP GUI --- (non SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP System
    With this scenario, it would be possible for a user to logon using SAP GUI onto the SAP System, but without SAP GUI SNC.
    Scenario 2:
    SAP GUI --- (SNC conn) --- saprouter1 --- (non SNC conn) --- saprouter2 --- (SNC conn) --- SAP System
    With this scenario it would be possible to logon to the SAP System using SAP GUI, and using SNC authentication.
    Also, with this scenario the SAP GUI software and SAP System software would consider this to be similar to:
    SAP GUI -- (SNC conn) -- SAP System
    Scenario 3:
    This is the scenario mentioned by Marek in his initial question:
    SAP GUI -- (SNC conn) -- saprouter1 -- (non SNC conn) -- SAP System
    With this scenario it will not be possible to logon to SAP System using SNC, and only possible if the SAP GUI is configured to not use SNC. In other words the SNC connection between SAP GUI and saprouter1 is available, but cannot be used.
    Thanks,
    Tim
    Edited by: Tim Alsop on Feb 25, 2008 5:24 PM

Maybe you are looking for

  • Passing the values from one pgm to another pgm (Calling pgm has no sel scr)

    Hi gurus, In my requirement i need to pass the values from one program to another program. I am using SUBMIT statement . But , the program which i am calling has no selection screen. So how can i pass the values? Please help me ASAP. Regards, Bhanu.R

  • How do I stop calendar from emailing alerts to me.

    This was never an issue on ios 7, but as soon as I upgraded to ios 8 I started getting a ton of new emails alerting me to upcoming events. I use Google calendar, and I have Google email me alerts for certain events, and I still want those. But I do n

  • Can't remove Gimp drivers to install new Epson driver

    I just bought a new Photo printer (Epson Stylus Photo R1800.) I go to add the printer in the Printer Setup Utility click Add (The printer appears in the Printer Browser) I select it; Then it wants me to select the driver from the list in the "Print U

  • Box Connector

    The Box connector allows one to select a document and send thru EchoSign to be signed.  Yeah!  - Available through selecting a box item - right click - other actions - then send to EchoSign. Question:  Is it possible to send more than one document at

  • Incorrect date when locale changes

    Hi, Can somebody help me with this. The following formula is used to get the month out of a date input by a                                                             user at the prompt.