Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: recommendation_container_deployment and tip_info_icon_for_further_information: Usage adapted

...

The two icons in the first input field support you to fill the fields correctly.

If you entered invalid data, corresponding notes are displayed below the input fields when you try to save.

Table Filter
inverse,,,
ddSeparator‚‚
sparkNameSparkline
columnChapter,Name,Excerpt
isNewtrue
sortChapter ⇧,Name ⇧
separatorPoint (.)
labels‚‚‚
ddSeparatorstrue
default,,,
isFirstTimeEntertrue
ddOperator,,
cell-width,,,
datepatterndd M yy
globalFiltertrue
id1639556948101_752411974
worklog365|5|8|y w d h m|y w d h m
isORAND
order0,1,2,3


NameExcerptDocumentationsUsage (Link)
change_password
Multiexcerpt
MultiExcerptNamechange_password
Image Removed

If you want to enter a new password, select tab Change Password.

  • Enter your old password in the first field.
  • Enter a new password in the second field.
  • Confirm your new password in the third field.

Click Submit to apply your changes.

Image Removed
IconDescription
Image RemovedHover over this icon to display the password criteria your password has to match.

Image Removed

Image Removed

By default, the content of the password fields is hidden. You can display your input by tapping the eye icon, for example to prevent input errors.
  • Designer Guide
  • Getting Started with Scheer PAS
click_to_see_gif


Multiexcerpt
MultiExcerptNameclick_to_see_gif


Tip

Click on the image to run through the animated version once. Click again to repeat.



  • API Management Guide
  • Academy (Designer Tutorial)
Creating a Simple Order Approval Service
1 Handling
click_to_see_gif_above


Multiexcerpt
MultiExcerptNameclick_to_see_gif_above


Tip

Click on the image above to run through the animated version once. Click again to repeat.





info_
grey
create_
sample
keycloak_
data
client


Multiexcerpt
MultiExcerptNameinfo_
grey
create_
sample
keycloak_
data
client
Info

Sample data is displayed in gray .

  • Designer Guide
open_user_preferences
Multiexcerpt
MultiExcerptNameopen_user_preferences
Image Removed

Open the drop-down menu next to your user name to access all menu options:


Tip
titleExpert Advice

If you need to create your own client in Keycloak, visit the official Keycloak documentation for further information.



  • Designer Guide
  • API Management Guide
info_grey_sample
IconDescription
Image Removed

User Preferences

Open the user preferences to view your personal details, to change the display language and to change your password.

Image Removed

Manual

Select this option to access the Scheer PAS online documentation where you can find user guides to all Scheer PAS components.

Image Removed

Tutorials

Learn more about the components of the Scheer PAS platform by following one of the comprehensive self-learning tutorials in our Scheer PAS Academy.

Image Removed

Logout

Click here to end your Scheer PAS session.

  • Designer Guide
  • Getting Started with Scheer PAS
organisation
_data


Multiexcerpt
MultiExcerptName
organisation_dataImage Removed

Tab Organization Data shows the organization-related information of the current user in read-only mode.

Info

The organization-related information is managed in the user adminisration. Refer to Administration Guide > Managing Users for details.

info_grey_sample_data


Info

Sample data is displayed in gray.



  • Designer Guide
recommendation_container_deployment
  • Designer Guide
  • Getting Started with Scheer PAS
user_data


Multiexcerpt
MultiExcerptName
user
recommendation_container_
data
deployment
Image Removed

Tab User Data shows the user-related information of the current user in read-only mode:

  • Login
  • First Name
  • Last Name
  • E-Mail
  • Company
Info

The user-related information is managed in the user adminisration. Refer to Administration Guide > Managing Users for details.

Image Removed

Changing the Display Language

You can adapt the display language of the PAS platform in the user preferences.

 Click option Language Selection.

Image Removed

Choose the display language you want to use.

In the default configuration the languages English and German are supported.

Tip

It is possible to add more languages to your Scheer PAS configuration. See Administration Guide > Customizing PAS for further information.

  • Designer Guide
  • Getting Started with Scheer PAS
user_preferences
Multiexcerpt
MultiExcerptNameuser_preferences
Image Removed

The user preferences open in a pop-up window. The pop-up contains several tabs:

  • Designer Guide
  • Getting Started with Scheer PAS
xuml_standard_log_levels Multiexcerpt
MultiExcerptNamexuml_standard_log_levels
shouldDisplayInlineCommentsInIncludesfalse

You can set the following log levels for each xUML service. The higher the log level, the more information is written to the log files. The log levels in the table below are cumulative and are ordered from the lowest to the highest log level. For each log level, also the information of the lower levels is logged.

Log LevelDescriptionNoneNo logging at all.Fatal

Log fatal errors.

The service cannot continue its normal execution, e.g. due to repository errors, system limitations like no more available threads or memory. These errors need the intervention of an administrator to solve the problem.

Error

Log non-fatal errors.

These errors are not written if they are caught in the Designer service model, e.g. connection errors, wrong SQL statements, applying operations to invalid values, and so forth.

WarningLog warnings.

Warnings indicate unexpected but non-critical situations that do not interrupt normal operation.

InfoLog general information.This includes, for instance, which component is being started or stopped, loaded add-ons, licensing information, etc.Debug


Info

We recommend using container deployment as the default deloyment target starting with PAS 23.1. For further information see:



  • Admin Guide
  • Designer Guide
  • Support
tip_info_icon_for_further_information


Multiexcerpt
MultiExcerptNametip_info_icon_for_further_information


Tip

Hover over Image Added to see more information regarding the related card element.




Log detailed trace information.

In addition to log level Info, detailed trace information is written into an error file specified in the error message. Furthermore, the full communication stream when using the URL or SOAP adapter is written to the xUML service standard log. For more details on debugging an xUML service, see xUML Service Dump.

Note
Use this log level with care and only when investigating problems. As all tracing information has to be logged, it may result in significant loss of performance with increasing complexity of the deployed xUML service.
Tip

If an error occurred, a call stack is written into the error log exposing the path to the action state where the error occurred in the model.
[2006-04-20 08:31:13 W. Europe Standard Time][Error] [Internal][FUASM][3][Division by zero - Callstack: calculate > Calculation > call_Division > Division > Divide]

  • Designer
  • Administration
xuml_transaction_log_levels Multiexcerpt
MultiExcerptNamexuml_transaction_log_levels
shouldDisplayInlineCommentsInIncludesfalse

You can set the following transaction log levels for each xUML service. The higher the log level, the more information is written to the log files. The log levels in the table below are cumulative and are ordered from the lowest to the highest log level. For each log level, also the information of the lower levels is logged.

Log LevelDescriptionNONENo logging executed.CUSTOM

Log everything that is written by the logger adapter.

For more details, see Logger.

SERVICELog the start and the end of calls to a service operation (service interface).For example, calls to SOAP, SAPRFC, or HTTP operations.IO_EXTERNALLog calls of adapters that communicate with external systems.External systems like SAP, SQL, SOAP, etc. For instance, the SQL queries that are sent to the database will be logged as well. Calls via the file system and system adapter are excluded.IO_INTERNALLog also calls of adapters to internal (local) resources.E.g. Filesystem Adapter.

Logging also includes start and end time of service calls and can be used to analyze process performance.

  • Designer
  • Administration