Infor 10 Workspace/ Portal issues

Sort:
You are not authorized to post a reply.
Page 1 of 212 > >>
Author
Messages
srini
Basic Member
Posts: 14
Basic Member
    I am trying to install the new Infor 10, I have pretty much configured LDS and Websphere.
    Smoke test from Lawson is good, the boucny castle is good.
    Operating system:Windows 2008 64 bit
    Tried IIS 7 for my webserver with 7.0.0.25 latest plugs, SSO smoke test did not get anywhere.
    Then tried http server instead of IIS, got a little further along, but my
    http://localhost:81/lawso.../index.htm just hangs, I dont see any documentation saying that I
    need sharepoint, can I bring the portal just by itself ?
    any help or suggestion to troubleshoot is appreciated.
    John Henley
    Senior Member
    Posts: 3348
    Senior Member
      If SSO smoketest failed, then so will portal, so you need to resolve the SSO issues first.
      make sure you did the bouncy castle on both the sun JDK as well as the IBM/WebSphere JDK...that is a common error.
      Also, make sure you have websphere JVM settings / classpath fully and properly configured before you start the LSF install.
      You will need sharepoint eventually during the install and for your end users, but for smoke-testing, portal will and should work.
      In fact, you should make sure "portal" is working before you get to the workspace/sharepoint configuration.
      Since you are on windows, my advice is to install hyper-v role on that server, and build it in a VM first while you are learning.
      That way, you can snapshot after each step, and roll-back as needed.
      Thanks for using the LawsonGuru.com forums!
      John
      srini
      Basic Member
      Posts: 14
      Basic Member
        Thankyou so much John, Your reply gave me a good suggestion, I recalled that I changed one of the environment variables in websphere after the LSF install,
        I reloaded the install and the smoke test for SSO and ssologin worked.
        Now I have the issue, when I login using Portal, I get this error in the ladb.log

        Sun Dec 30 01:08:21 2012: DBDataAreaFactory_1 Create of kind "GEN" failed.
        java.lang.UnsatisfiedLinkError: com/lawson/rdtech/db/api/DBJni.jniTsDBConnect(I)Ljava/lang/Integer;

        The browser displays:


        I added the LD_LIBRARY_PATH as d:\java\jre\lib in the environment variables as well as, in Websphere , process definition environment entries.
        Have you seen this error and any suggestions that you can give ?

        Thanks again for resolving the SSO issue.
        Kwane McNeal
        Veteran Member
        Posts: 479
        Veteran Member
          Srini,
          Double-check your WAS classpath. This error looks familiar to ones I have seen in LSF9.
          As for Workspace, you'll need Workspace for sure, as Roger and John have both advised.

          As to John's advice on virtualization for test/learning, I *fully* second his recommendation.

          Kwane
          John Henley
          Senior Member
          Posts: 3348
          Senior Member
            You will need SharePoint eventually for end users, but you can use Portal for simple UI smoke-testing. You should have a working Portal install prior to installing SharePoint and the Workspace configuration on top of SharePoint. In other words, if can't get Portal (e.g. S3 for Workspace) working first, there's no point in continuing on to the SharePoint and Workspace installation.

            To solve Portal/Workspace issues, make sure you can use simple LID commands.
            For instance, does 'rngdbdump -c GEN PRODLINE' work? if not, you have issues deeper down in the stack.

            This particular error does indicate an issue with classpath in WAS.
            Thanks for using the LawsonGuru.com forums!
            John
            srini
            Basic Member
            Posts: 14
            Basic Member

              Thankyou guys, I went further along, but I get a different error.I redid the application server bindings and propagated the plugins.

              SSO login and BPM is successful.

              Still running into an error in one of the smoke test on servlet/sysenv any clues ?

              Added Classpath in system variables:
              d:\lawson\gen\java\jar\lawsonrt.jar;d:\lawson\gen\java\jar\lawsec.jar;d:\lawson\law\system;d:\lawson\gen\java\jar\IOS.jar;D:\lawson\gen\java\thirdParty\secLS.jar;D:\lawson\gen\java\thirdParty\ehcache-core-1.7.2.jar;.

              Added Classpath in WAS Process Definition:
              D:\lawson\gen\java\jar\lawsonrt.jar
              D:\lawson\gen\java\jar\lawsec.jar
              D:\lawson\gen\java\thirdParty\secLS.jar
              D:\lawson\law\system
              D:\lawson\gen\java\jar\IOS.jar
              D:\lawson\gen\java\thirdParty\ehcache-core-1.7.2.jar
              D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.servlet.jar
              D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.jsp.jar
              D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.jta.jar

               rngdbdump -c GEN user
              WARNING: File 'user' contains BINARY fields.
              Dumping/Loading in non-dbdump/dbload format may produce unreliable results.
              Dumping user ...       UserName,SecClass,AdmClass,PrinterName,Locale,SecOfficer,
              ClassSup,ProductLine,CrtDspOpt,HiLiteReqFlds,mAppObjs,SecOnOff,DelUpdateJobs,Mod
              GlobalForm,ModLocalForm,FillD,FillE,FillF,DataSecGroup,PrinterGroup,DfltValSep
              "NT00000002",,,,,,,,,,1,,1,,,,,,,,
              "NT00000003",,,,,,,,,1,5,,,,,,,,,,

              http://localhost:81/servlet/SysEnv

               
              -
              -
              -   ]]>
               

              -


              -  javax.servlet.ServletException: Filter [AuthenticationFilter]: filter is unavailable.
               at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:231)
               at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
               at com.lawson.servlet.CallLoggingFilter.doFilter(CallLoggingFilter.java:117)
               at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
               at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
               at com.lawson.servlet.XSSValidatorFilter.doFilter(XSSValidatorFilter.java:112)
               at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
               at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
               at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
               at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
               at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934)
               at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
               at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:181)
               at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
               at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
               at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1592)
               at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
               at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
               at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
               at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
               at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
               at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
               at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
               at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
               at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
               at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
               at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
               at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
               at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646)
              Caused by: java.lang.NoClassDefFoundError: org.joda.time.ReadableInstant
               at java.lang.J9VMInternals.verifyImpl(Native Method)
               at java.lang.J9VMInternals.verify(J9VMInternals.java:72)
               at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
               at com.lawson.ios.dig.db.DigObject.executeInternalRequest(DigObject.java:241)
               at com.lawson.ios.dig.db.DigObject.executeRequest(DigObject.java:204)
               at com.lawson.ios.dig.db.Dme.executeRequest(Dme.java:76)
               at com.lawson.ios.dig.db.Dme.executeRequest(Dme.java:50)
               at com.lawson.ios.agent.container.r8_1.GenUserProfileImpl.(GenUserProfileImpl.java:92)
               at com.lawson.ios.agent.container.r8_1.UserProfileImpl.(UserProfileImpl.java:78)
               at com.lawson.ios.agent.container.r8_1.UserProfileFactory.createProfile(UserProfileFactory.java:117)
               at com.lawson.ios.agent.container.r8_1.UserProfileFactory.createProfile(UserProfileFactory.java:83)
               at com.lawson.ios.security.IOSSecurityContext.(IOSSecurityContext.java:115)
               at com.lawson.ios.security.IOSSecurityContext.initialize(IOSSecurityContext.java:56)
               at com.lawson.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:95)
               at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
               ... 28 more
              Caused by: java.lang.ClassNotFoundException: org.joda.time.ReadableInstant
               at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
               at java.lang.ClassLoader.loadClass(ClassLoader.java:660)
               at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:358)
               at java.lang.ClassLoader.loadClass(ClassLoader.java:626)
               ... 43 more
               

                ]]>
               


               

              Kwane McNeal
              Veteran Member
              Posts: 479
              Veteran Member
                Hmmm...
                I'm not familiar with any Lawson component that is using joda, and it seems to be blowing up inside of the JVM itself, so what I'd first do would be to reorder the classpath, to ensure they are loading in the correct order.
                Use the following ordering:
                D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.servlet.jar
                D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.jsp.jar
                D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.jta.jar
                D:\lawson\gen\java\jar\lawsonrt.jar
                D:\lawson\gen\java\jar\lawsec.jar
                D:\lawson\gen\java\thirdParty\secLS.jar
                D:\lawson\gen\java\jar\IOS.jar
                D:\lawson\gen\java\thirdParty\ehcache-core-1.7.2.jar
                D:\lawson\law\system

                ..next, check that classpath to ensure everything has carriage returns at the end of each line, no extra spaces, yada, yada, yada.

                The error implies that Lawson is trying to create a DB connection thread to read your profile info, but blows up in some sort of time synchronization call in the main JVM thread.

                John H., any ideas?

                Kwane
                Kwane McNeal
                Veteran Member
                Posts: 479
                Veteran Member
                  I just noticed something...

                  Why are you adding IOS.jar and ehcache jar to the main JVM's classpath???

                  Those shouldn't be there...this is documented in the install guide. Do you have a copy of that?

                  Kwane
                  srini
                  Basic Member
                  Posts: 14
                  Basic Member
                    Kwane:
                    I do have the install document. I added those extra jar files thinking those classes were not loaded.
                    I reversed the changes according to the document as well as I tried your order, no luck. The below order from the install doc.
                    D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.jta.jar
                    D:\lawson\gen\java\jar\lawsonrt.jar
                    D:\lawson\gen\java\jar\lawsec.jar
                    D:\lawson\gen\java\thirdParty\secLS.jar
                    D:\lawson\law\system
                    D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.servlet.jar
                    D:\IBM\WebSphere\AppServer\plugins\javax.j2ee.jsp.jar

                    Ladb.log error:
                    Mon Dec 31 16:30:37 2012: DBDataAreaFactory_1 Create of kind "GEN" failed.
                    java.lang.UnsatisfiedLinkError: com/lawson/rdtech/db/api/DBJni.jniTsDBConnect(I)Ljava/lang/Integer;
                    Browser error on http://localhost:81/servlet/SysEnv
                    javax.servlet.ServletException: Filter [AuthenticationFilter]: filter is unavailable.
                    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:231)
                    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
                    at com.lawson.servlet.CallLoggingFilter.doFilter(CallLoggingFilter.java:117)
                    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
                    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
                    at com.lawson.servlet.XSSValidatorFilter.doFilter(XSSValidatorFilter.java:112)
                    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
                    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
                    at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
                    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
                    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934)
                    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
                    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:181)
                    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
                    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
                    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1592)
                    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
                    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
                    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
                    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
                    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
                    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
                    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
                    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
                    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
                    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
                    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
                    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
                    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646)
                    Caused by: java.lang.UnsatisfiedLinkError: com/lawson/rdtech/db/api/DBJni.jniTsDBConnect(I)Ljava/lang/Integer;
                    at com.lawson.rdtech.db.api.DBDataArea.validateHandle(Unknown Source)
                    at com.lawson.rdtech.db.api.DBDataAreaFactory$PooledDataArea.validateHandle(Unknown Source)
                    at com.lawson.rdtech.db.api.DBDataArea.(Unknown Source)
                    at com.lawson.rdtech.db.api.DBDataAreaFactory$PooledDataArea.(Unknown Source)
                    at com.lawson.rdtech.db.api.DBDataAreaFactory$PooledDataArea.(Unknown Source)
                    at com.lawson.rdtech.db.api.DBDataAreaFactory.create(Unknown Source)
                    at com.lawson.rdtech.util.ObjectPool.internalCheckOut(Unknown Source)
                    at com.lawson.rdtech.db.api.DBDataAreaFactory.checkOut(Unknown Source)
                    at com.lawson.rdtech.db.api.DBDataAreaFactory.checkOut(Unknown Source)
                    at com.lawson.rdtech.db.api.DBDataAreaFactory.checkOut(Unknown Source)
                    at com.lawson.ios.dig.db.DigObject.getDbDataArea(DigObject.java:722)
                    at com.lawson.ios.dig.db.DigObject.executeInternalRequest(DigObject.java:242)
                    at com.lawson.ios.dig.db.DigObject.executeRequest(DigObject.java:204)
                    at com.lawson.ios.dig.db.Dme.executeRequest(Dme.java:76)
                    at com.lawson.ios.dig.db.Dme.executeRequest(Dme.java:50)
                    at com.lawson.ios.agent.container.r8_1.GenUserProfileImpl.(GenUserProfileImpl.java:92)
                    at com.lawson.ios.agent.container.r8_1.UserProfileImpl.(UserProfileImpl.java:78)
                    at com.lawson.ios.agent.container.r8_1.UserProfileFactory.createProfile(UserProfileFactory.java:117)
                    at com.lawson.ios.agent.container.r8_1.UserProfileFactory.createProfile(UserProfileFactory.java:83)
                    at com.lawson.ios.security.IOSSecurityContext.(IOSSecurityContext.java:115)
                    at com.lawson.ios.security.IOSSecurityContext.initialize(IOSSecurityContext.java:56)
                    at com.lawson.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:95)
                    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
                    srini
                    Basic Member
                    Posts: 14
                    Basic Member
                      Kwane/John:
                      the problem is resolved. In my path setting, I did not have the d:\lawson\gen\bin; instead I had d:\lawson\gen.
                      You guys are awesome, I started thinking in a different direction and was able to resolve the issue.
                      one question, though, do we really need sharepoint ? our organization are little bit against having a sharepoint.
                      Any thoughts of pros and cons ? and is it a supported environment without sharepoint
                      John Henley
                      Senior Member
                      Posts: 3348
                      Senior Member
                        Yes it is UI replacement for portal. Some things are now in SharePoint workspace, like bookmarks. alternatively you can use smart office. As for SharePoint, it can be standalone instance of SharePoint foundation.
                        Thanks for using the LawsonGuru.com forums!
                        John
                        Roger French
                        Veteran Member
                        Posts: 545
                        Veteran Member
                          Before I head out for the New Year's Eve festivities:

                          YES, you do need Sharepoint, which in this case it's provided by Infor. It's Infor's branding of Sharepoint.  It's NOT a supported environment without this Sharepoint. When you start bringing everything else in (Landmark, to use only one example) you will find that eventually you will need Sharepoint. I took the S10 Install course earlier this fall and it's needed. I'm sure you could probably just use stripped down Portal and be happy with that... but, when things start going wrong in the future, or things don't work "right", or when you start installing other Infor/Lawson products, and you don't have Sharepoint.........

                          Your organization may be 'a little bit against' Sharepoint, but what to not like about it. So what, it's required with Infor/Lawson to be fully supported. You won't have to use it with any other non-Infor/Lawson products.

                          Your going to have to use LS9 Security too. Oh, and LID goes away for app users (stays for sys admins for sys admins tasks). There will be things you don't like and things you will like about S10.

                          Oh, and you can always go the Smart Office route too.

                          Anyways good luck and Happy 2013.

                          -Roger


                          John Henley
                          Senior Member
                          Posts: 3348
                          Senior Member
                            Posted By Roger French on 12/31/2012 07:54 PM
                             you do need Sharepoint, which in this case it's provided by Infor. It's Infor's branding of Sharepoint. 

                            This is incorrect. SharePoint still comes from Microsoft, not Infor.
                            You have several choices of which SharePoint product to use and install, including the free SharePoint Foundation in standalone configuration.

                            What is provided by Infor for installation ON TOP of SharePoint is:
                            1. WorkSpace, which is a SharePoint web application that provides branding and plumbing for  various Infor products.
                            2. Infor 10 Workspace-Lawson S3 Plug-in, which connects WorkSpace / SharePoint to Lawson S3 for WorkSpace/Portal
                            Thanks for using the LawsonGuru.com forums!
                            John
                            Roger French
                            Veteran Member
                            Posts: 545
                            Veteran Member
                              Yes, I know. SharePoint still comes from Microsoft. Yes it is a Microsoft product of course. Infor may begin offering the free SharePoint version download from the InforExtreme site in the future, who knows. You don't have to use the free SharePoint version. 

                              Yes you are correct in that WorkSpace is provided by Infor, which is the branding piece installed on top of SharePoint. The point I was trying to get across was that the layer which the user sees (Workspace and Portal) is provided by Infor. 


                              srini
                              Basic Member
                              Posts: 14
                              Basic Member
                                John: Please correct me, if I am wrong. Infor 10 Workspace is nothing but portal. I have the portal or infor 10 S3 for workspace working correctly.But when I try to install the Infor 10 workspace S3 plug in , I get an error that
                                "Infor 10 workspace must be installed and deployed prior to installing this product"
                                John Henley
                                Senior Member
                                Posts: 3348
                                Senior Member
                                  From the technology perspective, "S3 for Workspace" is replacement for portal, and in fact, the installer is PORTAL.jar. However, that is only part of the puzzle.
                                  From the user perspective, they are seeing "Infor Workspace" as the replacement for portal.
                                  You have only installed the Lawson part, not the Infor Workspace part, and are now trying to install the S3 plugin for Workspace (it's a Sharepoint .wsp plugin) onto the wrong server.
                                  So, in order to complete the UI replacement for Portal, you will also need to install SharePoint, Workspace, Lawson DSP/DSSO, and the Lawson S3 Plugin for Workspace (which is a Sharepoint plugin that then talks back to the Lawson "S3 for Workspace" on the Lawson app server).
                                  Folks, it's big, and it's complicated.

                                  Lawson
                                  ----------
                                  LSF
                                  WebSphere
                                  IIS
                                  S3 for Workspace/Portal

                                  Workspace
                                  ---------------
                                  Microsoft SharePoint
                                  Infor Workspace
                                  Lawson DSP/DSSO
                                  S3 Plugin for Workspace
                                  Thanks for using the LawsonGuru.com forums!
                                  John
                                  srini
                                  Basic Member
                                  Posts: 14
                                  Basic Member
                                    John, I kind of get the how big of a beast is this :-) . Are you saying that Sharepoint server will be on a different machine ? Then you install the same portal.jar(infor workspace) and then do the LawsonDSP/DSSO and S3 plug in for workspace that will talk back to the Lawson S3 for workspace on my lawson server. Does the sharepoint server need to be on a different machine or can I install on the same lawson server ?
                                    what do Lawson recommend, use an existing sharepoint site if its there ? Much appreciated for your quick response
                                    John Henley
                                    Senior Member
                                    Posts: 3348
                                    Senior Member
                                      Yes, Lawson and Sharepoint/Workspace on different servers.
                                      portal.jar is NOT infor workspace it is "S3 for Workspace".
                                      The actual infor workspace product is a separate download and install on the sharepoint server.
                                      Thanks for using the LawsonGuru.com forums!
                                      John
                                      srini
                                      Basic Member
                                      Posts: 14
                                      Basic Member
                                        Thanks John. Will take a look at the install now.
                                        srini
                                        Basic Member
                                        Posts: 14
                                        Basic Member
                                          John: I went ahead and installed a sharepoint standalone server, installed infor workspace and then started to install the Distributed security package.
                                          1. Have a question on the configuration of Distributed security package:
                                          The url for the Infor http:///Workspace root web
                                          what is the URL, is this corresponding the lawsonportal url ?
                                          2. After successful DSP installed per the instructions in DSPIG_10.0.1.0_W.pdf , says that "Not to deploy the application", but the Infor 10 workspace S3 plugins installation throws an error that "DSP must be installed prior to installing this product
                                          Any ideas ? FYI: I am trying to do a proto type in my dev environment for a POC
                                          John Henley
                                          Senior Member
                                          Posts: 3348
                                          Senior Member
                                            1. The "Infor Workspace root web" is the URL for the SharePoint web application you created after installing SharePoint, and into which you installed workspace.
                                            2. Make sure you create the LASYSDIR environment variable noted in the DSP post-install step (and you might need to reboot).
                                            Thanks for using the LawsonGuru.com forums!
                                            John
                                            srini
                                            Basic Member
                                            Posts: 14
                                            Basic Member
                                              I still get the error, that DSP needed to be deployed for the lawson S3 plug in.

                                              I looked at the log file , and looks like I am not giving the right URL. I thought the URL will be the one which I used to configure the workspace.

                                              Error: Install-SPSolution : Cannot find an SPWebApplication object with Name, Id, or Url: http://inforbi:8000

                                              srini
                                              Basic Member
                                              Posts: 14
                                              Basic Member
                                                I am able to get pass the error and Did all the plugins for the workspace.
                                                Able to get the sharepoint site with the S3 plugins. When I click on lawson S3, I get
                                                From the site:
                                                An error occurred while trying to render the application. Contact your system administrator.
                                                System Message -
                                                Bad value for argument {0} passed to function.
                                                The eventviewer has this error:

                                                Category: Infor10 Workspace: An exception has occurred.
                                                ExceptionType: 'SecurityEventException'
                                                ExceptionMessage: 'Bad value for argument {0} passed to function.'
                                                StackTrace: ' at SecClient.Authentication.ClientProcessIdentityContext..ctor()
                                                at SecClient.Authentication.ClientProcessIdentityContext.get_Context()
                                                at SecClient.Managers.ConnectionFactory.GetSocketConnection()
                                                at InforS3WebPart.VisualWebPart1.XferWebPart.AppendCustomParameters(String applicationUrl)
                                                at Infor.CompanyOn.WebParts.ApplicationContainerWebPart.GetIframeUrl(String deploymentLogicalId)
                                                at Infor.CompanyOn.WebParts.ApplicationContainerWebPart.AddApplicationFrame()
                                                at Infor.CompanyOn.WebParts.ApplicationContainerWebPart.CreateChildControls()'
                                                Source: 'sec-client'
                                                TargetSite: 'Void .ctor()'

                                                Additional Information:
                                                Request TimeStamp: '2013-01-17T14:50:30.3793075-08:00'
                                                UserName: XXXX Request URL: 'http://yyyyy:9636/Lawson S3/SitePages/Default.aspx'


                                                FYI: I have not done the ldapbind yet, but I thought I should be able to login as lawson user as its in the domain.
                                                srini
                                                Basic Member
                                                Posts: 14
                                                Basic Member
                                                  looks like I have to follow the Infor Lawson 10 Authentication
                                                  Configuration Guide--Windows, will keep posted if I run into issues
                                                  srini
                                                  Basic Member
                                                  Posts: 14
                                                  Basic Member
                                                    John:
                                                    When DSP, is configured, a windows service is created ? will it be created in the sharepoint server ?
                                                    -----From the .pdf.----------------------------------
                                                    You will have to select the correct Lawson Service name which represents the
                                                    Sharepoint/Infor10 Workspace machine name. This Lawson service is typically created
                                                    during the DSP install.
                                                    You are not authorized to post a reply.
                                                    Page 1 of 212 > >>