MAM Client - Only User View Manager Link Visible

Hi,
I have followed the configuration steps as mentioned in the configuration guide for MAM2.5 SR2.
but after deploying the application in mobile device, Only the User View Manager Link is visible to me.
Details about client and server version is as follows
1. MI client 2.5 SP11
2. WebAS Server 6.40 SP09
3. Backend IDES server
Only thing which I am not sure is whether the plugin
<b>R/3 Plug-in 2004.1 SP01 for Mobile Asset Management 2.5</b> is added in the Backend or not.
<b>Is there any way to check whether the Plugin is added or not?
Also Could this be a problem why we are not able to see other menu specific to MAM?</b>
Appreciate your help in providing some solution for the above mentioned probelm.

HI sathya,
in my last post , actually i was talking about  
WAS sp 09 and  client sp 11.
     not sure , whether  sp11 client can successfully sync with sp09 WAS.
  it might be one of the reasons?.
have u changed ur application ?.  or using the standard application?.(i mean added syncbo's or not).
    just check the meRepMeta.xml file , is there any reference to MAM25_090 (item).?
   just change the trace to Information and after sync,
just look whether there is any MAM25_090 reference in the log.
<b>Sathya just check,,
1) meta_childRow.dat
2) meta_topRow.dat
3) meta_field.dat </b>
<b> if there is no data in  MAM25_090 , there will not be one MAM25_090.dat file in the data directory.</b>
just check in the
meta_childRow.dat  ,
MAM25_090 entry got created or not in the folder corresponding to the first sync.
                                 Regards
                                 Kishor Gopinathan
Message was edited by: Kishor Gopinathan
Message was edited by: Kishor Gopinathan

Similar Messages

  • MAM 2.5 - User View Manager

    Hi MI Experts,
    I'm having great trouble getting MAM 2.5 to work in our system.
    Systems:
    Backend: 4.6C
    ME: WebAS 6.40, SP14
    MI: SP14, patch 4
    MAM 2.5 SR3.
    I am trying to configure MAM to run for all scenarios.
    I've ran the replicator in MEREP_PD for all T01 SyncBOs.
    All of them have green lights now.
    I've checked table MEREP_207 for MAM_090 and MAM_095 and both have values for my user.
    I've followed every single step in the document Synchronization Troubleshooting guide. Yet there is no scenario appearing in my MAM application.
    I've triggered the GET_LIST and GET_DETAIL function modules for both SyncBOs MAM_090 and MAM_095 and all have no errors and returned proper values, so I don't believe it is problem with the backend.
    I cannot find the mam*.dat files in my Mobile client.
    I look at the log in MEREP_MON and for syncbos 090 and 095 there a message: no data to be downloaded.
    Any suggestions?
    Kind regards,
    Michael

    OK, believe it or not, I found out what the problem is.
    <If uninterested in the reason/investigation and want the fix, scroll to the bottom>
    In brief, ABAP bug.
    (Our WebAS is a fresh install so does not have any custom development as yet)
    When the mobile device synchronizes, the function module
    Z_MEREP_GEN_T02_____MAM25_090 (SAP delivered) was called to determine the deltas between the mobile device, the WebAS (ME) and the R/3 backend for processing.
    It will need to get data from RDB, the device, and R/3 accordingly in order to do the processing.
    The function module first calls function module MEREP_RUNTIME_LOADER to get all the default values of the system, such as RFC destination, scenario properties, mobile group, filters etc.
    It looks at table MEREP_203 to get the filters and stores it in structure ldc_sync_generic-WTAB.
    It will have the following values.
      FILTER1 = 'ME-SYNC_USER'
    Further in the logic of the function module, it calls function module MEREP_RDB_T01_PARTIAL_GET_S (Around Line 1700 <-- talk about modularizing) to get the RDB record stored in MEREP_207.
    CALL STACK:
    1. Z_MEREP_GEN_T02_____MAM25_090
    2. PERFORM rdb_t01_get_non_repl_skey
    3. perform init_download_1
          select
            sync_key
            updact
            updts
            r3key
            appending table prt_h_skey
            from merep_207 as l207
            up to ldf_num_of_head rows
            where scenario  = prf_syncbo
              and struct_id = gcf_struct_top
              and updts    <= prs_mass_init-current_dwnlts
              "really neccesaary?
              and (ldf_cond_skey)
              and (prt_wtab) .
    In plain english, it will try to look for a record in MEREP_207 with MAM25_090, TOP and filter1 = 'ME-SYNC_USER', and not the actual user of the mobile device! Why? Thanks to the quotation marks.
    Of course it will never find anything unless your username is indeed ME-SYNC_USER.
    Now, go back to the function module MEREP_RUNTIME_LOADER. It calls the function MEREP_FILTER_GET and function module MEREP_WHERE_CL_CREATE which adds the quotation marks regardless!
    <Temporary fix>
    My temporary fix is to add ABAP code after the call to the function module MEREP_RUNTIME_LOADER to remove the quotation marks.
      FIELD-SYMBOLS: <fs> type line of merep_twtab .
      LOOP AT ldc_sync_generic-wtab assigning <fs>.
        IF <fs> CS 'ME-SYNC_USER'.
          REPLACE ALL OCCURRENCES OF '''' in <fs> with space.
        ENDIF.
      ENDLOOP.
    I will raise an OSS message on this and hopefully get this corrected.
    Thanks Kishor for your help to date.

  • Issue in MAM Client Installation

    Hi
    We have installed MI client and the application works for certain user which has been created by the previous MI consultant and dosent work for the user which i have created.
    When I click on MAM Application Hyper link in MI client I am getting the following screen instead of MAM application
    User View Manager
    Legend
    Synchronization
    Error Log
    Last Sync. Result Sucess
    Date
    I have done the following in NWA
    I have added all the mobile component for the new user  excatly as the user which has been created by the previous consultant
    Cheked all the roles match exaclty with the help of basis
    there are no errors during Sync.
    Checked User Dependent Data for MAM in Plant Maintenance and Customer Serivce -> Mobile Asset Management -> Configure User Dependant Data in R/3 SPRO to match Exaclty
    But it never Worked...
    Kindly let me know what are all other steps need to follow after creating new user in R/3 and MI client.
    Thanks
    Senthil Ram Kumar
    Edited by: Senthil Ram Kumar Palanisamy Ganapathi on Mar 20, 2009 12:00 AM
    Edited by: Senthil Ram Kumar Palanisamy Ganapathi on Mar 20, 2009 12:00 AM

    Hi Senthil,
    Please check the following
    1) Check if the MAM scenario is assigned to the user which ur using on Mobile client? If this does not exist then add the MAM Scenario you want to use to the user.
    2) In the Middleware, replicate the MAM30_095 and MAM30_090 syncbo's.
    3) After Replicating these two SyncBOs, Synchronize the client. You should get all the MAM Links.
    Regards
    Priya

  • Not able to login to User management link in portal

    Hi,
    I am not able to login to "User Management" link from index.html page. When I enter user name and password, only page is getting refreshed and it is not logging in.
    Error from default trace:
    #1.5 #00188B34FD33006C0000002800007AC8000461B1DE2BD2F2#1233316471589#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#J2EE_ADMIN#2018##mysapbw_BW7_23635150#J2EE_ADMIN#c13b1ba1eec411dd9cbb00188b34fd33#SAPEngine_Application_Thread[impl:3]_2##0#0#Error#1#/System/Server/WebRequests#Plain###application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: java.lang.NoSuchMethodError: com.sap.security.core.wd.umeuifactory.wdp.IExternalUmeUiFactoryCompInterface.hasSimplePermission(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z
    Exception id: [00188B34FD33006C0000002600007AC8000461B1DE2BCF03]#
    #1.5 #00188B34FD33005F000004A300007AC8000461B1E07DB217#1233316510512#com.sap.engine.services.security.authentication.logonapplication#sap.com/com.sap.security.core.admin#com.sap.engine.services.security.authentication.logonapplication.doLogon#J2EE_GUEST#0##n/a##d88d4300eec411dd9ac900188b34fd33#SAPEngine_Application_Thread[impl:3]_6##0#0#Error##Java###doLogon failed
    [EXCEPTION]
    #1#com.sap.security.core.logon.imp.UMELoginException
         at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:949)
         at com.sap.security.core.logonadmin.ServletAccessToLogic.logon(ServletAccessToLogic.java:208)
         at com.sap.security.core.sapmimp.logon.SAPMLogonLogic.doLogon(SAPMLogonLogic.java:914)
         at com.sap.security.core.sapmimp.logon.SAPMLogonLogic.uidPasswordLogon(SAPMLogonLogic.java:578)
         at com.sap.security.core.sapmimp.logon.SAPMLogonLogic.executeRequest(SAPMLogonLogic.java:158)
         at com.sap.security.core.sapmimp.logon.SAPMLogonServlet.doPost(SAPMLogonServlet.java:60)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Please help me in resolving this issue.
    Regards,
    Nallasivam.D

    Hi,
    After looking into the error first i dont think you are enter the right password.
    In case if you are entering the right password then you might not have the necessary admin rights on portal.
    Regards,
    Ramanath

  • SharePoint 2010 List View Web Part not showing for read-only users?

    Hello all,
    I have List View Webparts on my Blank Web Part page, and it's not showing for Read-Only users.
    Is this intended by Microsoft or is it a bug?
    Thank you!

    Hi,
    According to your post, my understanding is that the read only user could not see the list view web part.
    Per my knowledge, the issue may be cause that the user do not have the proper permission for the list.
    1. Check whether the user can access the list.
    2. Check whether the user can view all the items instead of partial items in the list.
    3. Check whether there are some fields refer to other lists or terms, especially the lookup field or managed metadata filed.
         If that is the case, make sure the user can access the lookup list.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Users with read access to the site unable to view Managed Metadata Navigation

    Hi everyone,
    I created a Managed Metadata service and created group, term-set and terms
    I gave read access to users
    I set up navigation to use Managed Navigation
    I am logged in as farm admin and able to view the navigation when i browse site. But user are not seeing navigation.
    One thing i noticed is when i give users full access or designer access to site they will be able to see the navigation. but i don't want to give users full access or designer access to the site.
    How can users with read only access to site can view Managed Metadata Navigation...Please help?

    Hi Sunil,
    Have you given your users permissions to actually read the MMS data from the service application?
    http://technet.microsoft.com/en-us/library/ff625176.aspx covers permissions on the MMS.
    Regards
    Paul.
    <<edit>> On reflection you might be hitting the issue in this Stackexchange post..
    http://sharepoint.stackexchange.com/questions/75636/permissions-and-managed-metadata-in-navigation Is yours behaving the same way?
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • Access current user's manager name in the console application ( through Client object model)

    Hi Guys,
    Is there any way to retrieve current logged-in user's Manager name in the console application.
    As I don't have access to the server where SharePoint 2010 is installed so I wanted to access through client object model.
    arun singh

    Unfortunately, you can't use CSOM to do this in SharePoint 2010 (you can in SharePoint 2013!), but you CAN use the User Profile Service .asmx web service to accomplish this. You need to call the
    GetUserProfileByName method exposed
    in the http://<yourServerName>/_vti_bin/UserProfileService.asmx web service. Pass in the user name for the current user and Manager will be one of the properties that is returned.
    Here is a link to a blog post with example code.
    Please mark my reply as helpful (the up arrow) if it was useful to you and please mark it an answer (the check box) if it answered your question! Thank you!
    Danny Jessee | MCPD - SharePoint Developer 2010 | MCTS - SharePoint 2010, Configuring
    Blog: http://dannyjessee.com/blog | Twitter: @dannyjessee

  • Error occurred in deployment step 'Uninstall app for SharePoint': Only users who can View Pages can list Apps

    While deploying the SharePoint Hosted App I am facing the issue  'Uninstall app for SharePoint': Only users who can View Pages can list Apps"
    - Provided the permissions for App Management and Subscription Services as well as DB.
    - Added into Host web as SC Administrator
    Thanks in Advance.

    Hi,
    The user you are running with Visual Studio should have read permission on the pages of SharePoint web you are trying to deploying your app.
    I suggest you add the login user to the SharePoint web in the “Site Settings”->”People and Group”.
    Here is a similar thread for your reference:
    http://sharepoint.stackexchange.com/questions/68590/error-occurred-in-deployment-step-uninstall-app-for-sharepoint-only-users-who
    More reference:
    Step by step How to configure environment for app development:
    http://gianespo.wordpress.com/2014/01/30/step-by-step-how-to-configure-environment-for-sharepoint-app-development/
    Best regards
    Zhengyu Guo
    TechNet Community Support

  • Restricting the user to access only one view in or database

    A user wants to create a database link , so that he can view one of our views. We want to restrict permission, so that he can access only that view, and not any of our tables. What is the best way to proceed?
    Thanks in advance,
    Gayatri

    Pl do not post duplicate threads - Restricting the user to access only one view in or database

  • Discoverer Plus - Manage Link option is not working in Viewer

    I am working on 10.1.2.3 Discoverer Plus. I have created one workbook with multiple worksheets (1 detail sheet and 4 Left Group Report.
    I have created seperate links for 4 worksheets. Drill to Details is working fine in discoverer plus and parameter values passed as per the mapping in managed link option.
    However, when I tried to access the report in Viewer, parameter values is not coming as per the mapping.
    In detail sheet we have several optional parameters
    from One summary Sheet, I am not passing all the values to the parameters in the detailed sheet.
    Those column for which, I am not passing any value is coming as NULL (it should come blank as report is treating NULL as string), so no data found
    - Sachin
    Edited by: SachinK on Feb 26, 2009 10:58 AM

    Thanks Lloyd,
    Drill Down is working fine in Viewer and Plus.
    Parameter's passed from one sheet to another is also working fine in plus but in viewer I have some problems.
    Here are the details of the problem I am facing.
    I have 2 Summary Sheets and 1 Detail Sheet
    Sheet 1: 3 Parameters (Summary)
    Sheet 2: 4 Parameters (Summary)
    Sheet 3: 7 Parameters (Details)
    When I am clicking on Sheet1 to Drill down 3 parameters are having correct values but the 4 parameters which can't be passed to Sheet 3 is coming 'NULL' (NULL string value) so detail report is not showing any data. Similarly for Sheet 2 4 parameters are coming as expected but 3 are coming as NULL.
    When I am defining Manage Link Option, I am doing the mapping for 3 Column for Sheet 1 rest 4 columns are BLANK (no info).
    I hope now my problem will be clear.
    Thanks & Regards
    Sachin
    Edited by: SachinK on Feb 26, 2009 1:26 PM

  • Is there a way I can view/manage devices linked to my iCloud account?

    Is there a way I can view/manage devices linked to my iCloud account? I know how to view the devices linked to my iTunes account, but I am not sure if this is possible to see with an iCloud account.

    You can't, except by seeing if they are using services associated with the account.  You could, for example, launch Find My iPhone on iCloud.com to see what devices appear (which obviously wouldn't show devices not using Find My iPhone).  Similarly, you could go to Settings>iCloud>Storage & Backup>Manage Storage to see what devices appear on the Backups list (which won't show devices not using iCloud backup).

  • Error in User Management Link CRM 7.0

    Hi
    As per CRM 7.0 standard functionality (with ECC as a back end), USER MANAGEMENT Link is available to maintain WEBSHOP Logon users.
    We are getting the below error when we try to maintain the USERS through that link
    "SERIAL NUMBER MISSING u2013 ENTRIES IGNORED INT"
    Due to this we are not able to create users through USER ADMIN Link.
    Please advice on the above error.
    Thanks and Regards
    DJ

    Thanks

  • 10.1.2.3.0 CP2 Viewer Issue with Managed Links

    With this patch workbooks with managed links that were operational passing a blank (optional) parameter now pass 'NULL' as the value. This is bug 7422080. We are in the process of downloading CP5, which is suppose to resolve this issue. This will take time. Can anyone think of a possible workaround? The workaround explained in the bug does not work, which was to edit the parameter, add a default value, then edit it again, remove the default value and save the workbook. I have also tried ' ' as a default value but it just passes ' '. It would be nice to have a workaround until we can install, test and upgrade to CP5.
    Thanks,
    Jerre

    Michael,
    Below is the file change. When we set it to 'true' Viewer performed correctly.
    Jerre
    =====
    2. Then a new configuration parameter "passNullParameterAsNull" needs to be set in configuration.xml under <viewer section with default value as false and which is an optional one. Usage :
    <viewer queryRefreshPeriod="3000" queryRequestTimeout="1000" longRequestRefreshPeriod="6000" longRequestTimeout="10000" userDefinedConnections="true" passNullParameterAsNull="true" logLevel="debug" laf="dc_blaf" pageNavigation="true" switchWorksheetBehavior="prompt" defaultLocale="en" disableBrowserCaching="false" enableAppsSSOConnection="false">
    When passNullParameterAsNull="false" , that means, when null is passed as parameter from one sheet to another during drill to link, the value will be converted in between to the value which is set as "ShowNullValueAs" in second sheet. eg: if ShowNullValueAs = "" in second sheet. Null value passed from first sheet will reach as value "" in second sheet. If passNullParameterAsNull="true", then Null value will always be passed as Null to second sheet irrespective of the value of "ShowNullValueAs" in second sheet.
    =====

  • Can't see Manage Link to work with tables views and links

    I have an Azure account linked to Office365, and a Pay as you go subscription;  and have been working with SQL for a few months without any problem.    I wanted to move one of my databases to my own Azure account (not tied to our O365)
    so I get a free trial, and then converted that to paid with my credit card.   I had someone help me move the database, but now when I look at it in the new account there is no "Manage" link at the bottom to open and see the tables, fields,
    views, etc.     I don't understand why that isn't there.  I can copy, delete, all sorts of things.   But I can't "manage".    any ideas would be greatly appreciated.

    I checked with a college and he pointed me to another post on the same topic:
    Clicking the ‘Manage’ button in Azure Management portal launches the SQL Azure Management (SilverLight) Portal in a new tab in the browser. At this time, we do not plan to support this SilverLight-based SQL Azure Management Portal with V12 databases and
    servers.
    We are working hard on an HTML-based T-SQL editor experience that will deeply integrate with the preview Azure Management Portal. Until then, we encourage customers to use Visual Studio Community 2013 which is a full-featured free version of Visual Studio
    2013 to connect to Azure SQL databases for tasks such as running T-SQL, designing schema and for offline and online database development.
    You can click the the ‘Open in Visual Studio’ in the database page in the Azure Management portal to launch VS2013 on your computer and easily connect to your SQL Database.
    In addition, you can also use SQL Server Management Studio 2014 with CU6 to connect to Azure SQL Database. More details are on this blog post.
    This posting is provided "AS IS" with no warranties, and confers no rights
    I hope that helps,
    Jan

  • How to use Sunray  without VDI or VMware View Manager

    There is no VDI or VMware View Manager in my test environment. Only srss 4.2 and srwc 2.2 has been installed.
    Now i have 5 sunray client and 5 Windows XP VM. How can I let every user use their Windows XP VM in this environment and can enable USB redirection?
    In page http://wikis.sun.com/display/SRWC2dot2/Managing+USB+Device+Redirection+%28All+Topics%29
    Supported Configurations
    Configuration
    SRS 5 (SRSS 4.2, SRWC 2.2) and Sun Ray Connector Kiosk Session
    Description
    Supports connection to Windows desktop using the Kiosk session.
    My question is How to let mutipl-user use it in this config
    The following is my settings and all users now can use their own Windows XP but USB redirection cannot work
    Select Common Desktop Environment (Obsolete) in Kiosk mode add an application:
    cam_script.windows_connector,
    #!/bin/ksh
    # Script to map smartcard token to individual VM using either
    # the "User Name" or "Other Info" field of the output from
    # utuser -p <token>
    # Look at output from utuser -p ${SUN_SUNRAY_TOKEN} and grab hostname
    # % utuser -p user.1140788210-7053
    # Current Properties:
    # User Name = tester5
    # Other Info = host
    # Server Name = localhost
    # Server Port = 7007
    # Logical Token = user.1140788210-7053
    # User Created = 02/24/2006 13:36:50
    # Token Enabled?
    # Payflex.500af8ad00130100 Yes
    # Currently Logged In:
    # Current Desktop = 0003bad7566e
    # Desktop Location =
    # Logged In Since = 02/24/2006 13:36:58
    # Use "User Name" field as hostname of VM to connect to
    #VMHOST=`/opt/SUNWut/sbin/utuser -p ${SUN_SUNRAY_TOKEN} | /usr/bin/grep "User Name" | awk '{ print $4 }'`
    # Use "Other Info" field as hostname of VM to connect to
    #VMHOST=`/opt/SUNWut/sbin/utuser -p ${SUN_SUNRAY_TOKEN} | /usr/bin/grep "Other Info" | awk '{ print $4 }'`
    WinHOST=`/opt/SUNWut/sbin/utuser -p ${SUN_SUNRAY_TOKEN} | /usr/bin/grep "Other Info" | awk '{ print $4 }'`
    # Could probably do a ping test here and pop up dialogue
    # about getting support to check the availability of the
    # machine (might event be able to use VC API to power up VM?)
    # if it doesn't respond to ping. Could use something like
    # dterror.ds, could also pop up different dialogue
    # if VMHOST is not set
    COLOUR_DEPTH=16
    # If using 24bit need registry change under Windows XP
    #COLOUR_DEPTH=24
    # Fix F11 and F12
    #/usr/openwin/bin/xmodmap -e 'keycode 75 = F11'
    #/usr/openwin/bin/xmodmap -e 'keycode 76 = F12'
    # Fix alt & print screen
    #/usr/openwin/bin/xmodmap -e 'keycode 77 = 0xff62'
    # Turn on numlock
    /usr/openwin/bin/xset led 1
    if [ "${WinHOST}" = "" ]; then
         #dterror.ds "Your Windows Machine can not be determined.\n\nPlease contact support and ask for smartcard \n\n${SUN_SUNRAY_TOKEN}\n\nto be associated to a Windows Machine" "Smartcard not configured" "ERROR"
         WinHOST="Windows_default"
    fi
    # Run Windows Connector in full screen mode at appropriate colour depth with sound redirection
    # Disable the windows pulldown header in full-screen mode
    # RDP Window Attributes options to disable are:
    # -D wallpaper
    # -D fullwindowdrag
    # -D menuanimations
    # -D theming
    # -D cursorshadow
    # -D cursorsettings
    /opt/SUNWuttsc/bin/uttsc -mb -A ${COLOUR_DEPTH} -r sound:high -u "" ${WinHOST}
    #if [ "$?" = "0" ]; then
    #     dterror.ds "Logging Out..." "Log Out" "OK"
    #else
    #     dterror.ds "Your Windows Machine ${VMHOST} is not visible on the network.\n\nIf you have just restarted it please wait a minute and try again\nIf you still have problems get help" "Windows VM is not available" "OK"     
    #fi
    # End of CAM script
    Then add IP address in other information of Token.

    Meta Kiosk would certainly do what you need and the USB pass through works.
    http://blogs.sun.com/danielc/entry/meta_kiosk_how_to_run
    I think the problem you are running into is that you are using uttsc inside a Solaris environment as an app, looks like CDE, which isn't being supported to my knowledge to avoid conflicts between the two desktops. It is designed to work out of the box with SRWC kiosk mode.
    The undocumented way to turn it on is to turn usb on by adding -r USB:on as an argument.

Maybe you are looking for