Search found 24 matches
- Thu Dec 05, 2019 10:09 am
- Forum: HowTos
- Topic: How To Determine Secondary Database State With RDBSyncForward?
- Replies: 2
- Views: 5072
Re: How To Determine Secondary Database State With RDBSyncForward?
Hi Jim, There is no indication in WinCC OA dpes, because the connection to the daatabase is not establisched. What you can do is to preiodically check if the link working. This can be done with an SQL statement from the primary server to the secondary server. There is always a DB link between the tw...
- Thu Dec 05, 2019 9:23 am
- Forum: Bugs / Problems
- Topic: Problem moving offline archives to backup (RDB/Oracle)
- Replies: 3
- Views: 5135
Re: Problem moving offline archives to backup (RDB/Oracle)
Hi Jim, Just for an explanation why rdb still was working and writing values. The Values are written over the oracle client into the database, who always talks to the listener of the oracle server. The path which is entered in the config entry is only needed for the serverside of Oracle. There are O...
- Mon Sep 02, 2019 9:45 am
- Forum: Bugs / Problems
- Topic: RDB Archive Manager fails to start manually
- Replies: 1
- Views: 3253
Re: RDB Archive Manager fails to start manually
Hallo Nedžad I assume you are using Linux? If so please check if the LD_LIBRARY_PATH path is set correct for the user that you are using when restarting and starting the RDB manager manually. here is the example from our help: ORACLE_BASE=/disc/oracle ORACLE_SID=db11g ORACLE_HOME=${ORACLE_BASE}/prod...
- Mon Jun 17, 2019 9:47 am
- Forum: HowTos
- Topic: Start WinCC OA as a service under Linux with RDB included
- Replies: 0
- Views: 8374
Start WinCC OA as a service under Linux with RDB included
WinCC OA can be configured to run as a service under Linux. (see the Chapter in the Help) You can also configure this WinCC OA to run RDB as well. To run RDB properly you have to install the oracle client on the machine and define the ORACLE_HOME and LD_LIBRARY_PATH. For a WinCC OA Project running a...
- Mon Oct 15, 2018 3:09 pm
- Forum: HowTos
- Topic: time entry in a textfield and text wrap / count in multiline text field
- Replies: 5
- Views: 6047
Re: time entry in a textfield and text wrap / count in multiline text field
<t>I am not sure if there is currently an out of the box solution. <br/> <br/> do you want it to limit per line for 60 chars? If so you can try using the CursorPositionChanged Script event, which is also available on the extended tab. <br/> This gives you the line and the position number of your cur...
- Tue Oct 09, 2018 3:44 pm
- Forum: HowTos
- Topic: time entry in a textfield and text wrap / count in multiline text field
- Replies: 5
- Views: 6047
Re: time entry in a textfield and text wrap / count in multiline text field
<r>Hi Tom, <br/> <br/> There is a second tab in the Properties of the multitext object. There you can find the text changed event! <br/> <br/> BR<br/> Emanuel <IMG src="https://www.winccoa.com/fileadmin/images/fbfiles/images/Capture-20181009.PNG"><s>[img]</s><URL url="https://www.winccoa.com/fileadm...
- Wed Oct 03, 2018 9:25 am
- Forum: HowTos
- Topic: how to view logs on desktopUI
- Replies: 2
- Views: 3649
Re: how to view logs on desktopUI
Thank you Martin ... This is good to know!
- Tue Oct 02, 2018 3:57 pm
- Forum: HowTos
- Topic: how to view logs on desktopUI
- Replies: 2
- Views: 3649
how to view logs on desktopUI
<t>A desktop UI does not have a logViewer, but you can view the log files of the cache directory under:<br/> <br/> Windows - C:\\Users\\\\.wincc_oa-cache\\\\log><br/> or<br/> Linux - /home//.wincc_oa-cache//log<br/> <br/> The Linux shell command "tail -f" can be used to view the files continuously i...
- Tue Oct 02, 2018 2:59 pm
- Forum: HowTos
- Topic: DRS Client behavior - some additional hints
- Replies: 0
- Views: 5925
DRS Client behavior - some additional hints
<t>Some additional hints for client behavior at DRS, which are not mentioned in the help:<br/> <br/> - On one client 2 Remote UI projects must be established, one connected to the PSS, the other to the SSS. <br/> - Both projects must have the same managers with the same manager numbers<br/> - The Vi...
- Mon Oct 01, 2018 4:31 pm
- Forum: HowTos
- Topic: Oracle Database Backups
- Replies: 0
- Views: 6020
Oracle Database Backups
<r>Oracle Database Backups are necessary to avoid data loss in case of a database crash. <br/> For Linux a variety of ksh, sh or bash scripts can be found in Internet. ( google, oracle support etc.)<br/> <br/> Here you get a robust script how to deal with RMAN Backups by executing a .bat file. <br/>...