Różności …

Różności …

21 listopada 2015

OBIEE – Model based on one table

Zaszufladkowany do: Business Intelligence — Tagi: — Jacek @ 10:00

http://obieeil.blogspot.com/2013/02/obiee-model-based-on-one-table.html

18 listopada 2015

BI – total number of cells exceeded

Zaszufladkowany do: Business Intelligence — Tagi: — Jacek @ 13:37

View Display Error Maximum total number of cells exceeded (Configured Limit: 400000). Error Codes: EY692ZW9

Change MaxCells Value in instanceconfig.xml file located in <biee11g_install>\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1

For Example:

example:
<Pivot>
<MaxCells>1920000</MaxCells>
<MaxVisibleColumns>30</MaxVisibleColumns>
<MaxVisiblePages>1000</MaxVisiblePages>
<MaxVisibleRows>64000</MaxVisibleRows>
<MaxVisibleSections>25</MaxVisibleSections>
<DefaultRowsDisplayed>64000</DefaultRowsDisplayed>
<DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
<DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
<DisableAutoPreview>false</DisableAutoPreview>
</Pivot>
<Table>
<MaxCells>1920000</MaxCells>
<MaxVisiblePages>1000</MaxVisiblePages>
<MaxVisibleRows>64000</MaxVisibleRows>
<MaxVisibleSections>25</MaxVisibleSections>
<DefaultRowsDisplayed>64000</DefaultRowsDisplayed>
<DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
<DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
</Table>

https://community.oracle.com/thread/2242702

7 listopada 2015

Firefox ssl_error_no_cypher_overlap

Zaszufladkowany do: Linux — Tagi: — Jacek @ 12:39

22 października 2015

Linux Eclipse EE

Zaszufladkowany do: Java,Linux — Tagi: , — Jacek @ 17:00

1.In Eclipse go Help -> Install new Software…
2.Press Add…
3.In address enter http://download.eclipse.org/releases/indigo/ and name – whatever you like.
4.Install JavaEE Developer Tools (under “Web, XML, JavaEE, and OSGi Enterprise Tools”)
5(Optional, but very useful).Install Marketplace Client (General Purpose Tools -> Marketplace Client)

down vote accepted

No, but you can update classic version for it to be same as Eclipse for J2EE version. The best way (which I know) is:
1.In Eclipse go Help -> Install new Software…
2.Press Add…
3.In address enter http://download.eclipse.org/releases/indigo/ and name – whatever you like.
4.Install JavaEE Developer Tools (under “Web, XML, JavaEE, and OSGi Enterprise Tools”)
5(Optional, but very useful).Install Marketplace Client (General Purpose Tools -> Marketplace Client).

That’s about it, after this you should have the same environment as client you would download from Eclipse.org.

17 października 2015

global cache blocks lost

Zaszufladkowany do: Oracle — Tagi: , — Jacek @ 08:06

global cache blocks lost–This statistic reveals any block losses during transfers and high values may indicate network problems. When using an unreliable IPC protocol such as UDP, the value for ‘global cache blocks lost’ may be non-zero. If this is the case, then the ratio of ‘global cache blocks lost’ divided by ‘global cache current blocks served’ plus ‘global cache cr blocks served’ should be as small as possible. A non-zero value for ‘global cache blocks lost’ does not necessarily indicate a problem, because Oracle retries the block transfer operation until it is successful. Unlike TCP/IP, UDP/IP is considered unreliable because UDP/IP provides very few error recovery services.

8 października 2015

sqldeveloper lixXtst.so.6

Zaszufladkowany do: Linux — Tagi: — Jacek @ 16:35

error code:

/usr/local/src/jdk1.8.0_51/jre/lib/i386/libawt_xawt.so: libXtst.so.6: cannot open shared object file: No such file or directory

$ sudo apt-get update
$ sudo apt-get install libxtst6
$ sudo updatedb
$ locate libXtst
/usr/lib/x86_64-linux-gnu/libXtst.so.6
/usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
$ cd /usr/lib/x86_64-linux-gnu/
$ ln -s libXtst.so.6 libXtst.so.6.X.X
$ sudo apt-get install libxtst6:i386

search
apt-cache search keyword

30 września 2015

kazam shortcuts

Zaszufladkowany do: Linux — Tagi: — Jacek @ 15:54

ctrl+super+Q – quit
ctrl+super+W – hide/show main window
ctrl+super+R – start recording
ctrl+super+F – finish recording
ctrl+super+P – pause recording

29 września 2015

firefox adding a site to the exception site list

Zaszufladkowany do: Linux — Tagi: — Jacek @ 12:48

Adding a site to the Exception Site List

End-users can access the Exception Site List from the Java control panel.

  1. Use your browser to access the RIA that you normally use.
  2. Copy the URL from the address bar.
    Only choose directory paths ending in a / and not a filename.

    • Right: https://www.example.com/someApplication/
    • Wrong: https://www.example.com/someApplication/filename.html
  3. Open the Java control panel.
    • Windows/Mac – Open your system control panel or System Preferences and choose Java.
    • Linux/Solaris – Run the jcontrol command.
  4. Choose the Security tab.
  5. Click the “Manage Site List” button near the bottom.

https://blogs.oracle.com/java-platform-group/entry/upcoming_exception_site_list_in

10 września 2015

How to set the JDK for Android Studio?

Zaszufladkowany do: Android,Programowanie — Tagi: — Jacek @ 12:47

I can’t compile a default new project for Android 2.1 because(?) the JDK used by Android Studio is JDK 1.7 but it should be JDK 1.6.

To change it I go to File -> Project Structure and try to find the JDK 1.6 location.

http://askubuntu.com/questions/467870/how-to-set-the-jdk-for-android-studio

3 września 2015

Oracle BI – import metadata connection failed – windows

Zaszufladkowany do: Oracle — Tagi: — Jacek @ 09:00

1. Edit registry under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\<Oracle_Home> to make sure NLS_LANG key is set to a valid characterset for the Oracle Client used as the DSN.

2. Please edit the file %OBIEE_Client_Home%\\oraclebi\orahome\bifoundation\server\bin\bi_init.bat to set %ORACLE_HOME%\bin as first entry in the PATH.

3. Please add TNS_ADMIN entry to the bi_init.bat file to point to your Oracle client tnsnames.ora home directory path (in case exists) or to your OBIEE tnsadmin %OBIEE_Client_Home%\Oracle_BI1\network\admin.
e.g.
set TNS_ADMIN=C:\oracle\product\11.2.0\client_1\network\admin
OR
set TNS_ADMIN=C:\Oracle\OracleBIEE11g\Oracle_BI1\network\admin

https://community.oracle.com/thread/2267972

2 września 2015

force fsck at root filesystem

Zaszufladkowany do: Linux — Tagi: — Jacek @ 07:56
sudo touch /forcefsck

Then reboot.

or

shutdown -rF now (F - force fsck at boot time)

http://superuser.com/questions/401217/how-to-check-root-partition-with-fsck

26 sierpnia 2015

Deploying Oracle ADF Essentials Applications to Glassfish

Zaszufladkowany do: ADF,Programowanie — Tagi: — Jacek @ 15:58

http://www.oracle.com/technetwork/developer-tools/adf/overview/index.html

2 sierpnia 2015

forticlient

Zaszufladkowany do: Linux — Tagi: — Jacek @ 19:53

apt-get install libgtk2.0-0:i386

apt-get install libsm6:i386

apt-get install libstdc++6:i386

25 lipca 2015

nslookup

Zaszufladkowany do: Linux — Tagi: — Jacek @ 05:29

You’ll want the SOA (Start of Authority) record for a given domain name, and this is how you accomplish it using the universally available nslookup command line tool:

command line> nslookup
> set querytype=soa
> stackoverflow.com
Server:         217.30.180.230
Address:        217.30.180.230#53

Non-authoritative answer:
stackoverflow.com
        origin = ns51.domaincontrol.com # ("primary name server" on Windows)
        mail addr = dns.jomax.net       # ("responsible mail addr" on Windows)
        serial = 2008041300
        refresh = 28800
        retry = 7200
        expire = 604800
        minimum = 86400
Authoritative answers can be found from:
stackoverflow.com       nameserver = ns52.domaincontrol.com.
stackoverflow.com       nameserver = ns51.domaincontrol.com.

source: http://stackoverflow.com/questions/38021/how-do-i-find-the-authoritative-name-server-for-a-domain-name 

24 lipca 2015

linux route

Zaszufladkowany do: Linux — Tagi: — Jacek @ 14:57

ifconfig eth0 down

iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -X chain – usnięcie łańcucha
iptables -F

route add default gw 192.168.4.254 eth1
route add -net 192.168.4.0 netmask 255.255.255.0 dev eth1

route del -net 192.168.4.0 netmask 255.255.255.0 gw 0.0.0.0 dev eth1
route del -net 192.168.4.0 netmask 255.255.255.0 gw 0.0.0.0 dev eth1
route del -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.4.254 dev eth1
route del -net 192.168.4.0 netmask 255.255.255.0 gw 0.0.0.0 dev eth1

22 lipca 2015

firefox java plugin

Zaszufladkowany do: Linux — Tagi: — Jacek @ 17:05
sudo apt-get install icedtea-plugin

16 czerwca 2015

linux disable touchpad

Zaszufladkowany do: Linux — Tagi: — Jacek @ 08:07
xinput list
xinput set-prop 12 "Device Enabled" 0

29 kwietnia 2015

linux – image resize with aspect ratio

Zaszufladkowany do: Linux — Tagi: — Jacek @ 14:08

for i in *.png; do convert $i -resize 280×250\> zmienione/$i; done;

27 kwietnia 2015

Java.lang.OutOfMemory Java Heap Space JDeveloper

Zaszufladkowany do: Java,Programowanie — Tagi: — Jacek @ 16:00

Files that control the amount of memory afforded to the JVM for JDeveloper upon startup, relative to the jdeveloper/ide/bin/ directory, include:

  • jdev.conf
  • ide.conf

Update these files as follows:

  1. Quit JDeveloper.
  2. Edit ide.conf.
  3. Append the following
    AddVMOption -Xms256M
    AddVMOption -Xmx1024M
  4. Edit jdev.conf.
  5. Find the AddVMOption for the “heap size.”
  6. Change the values as follows:
    AddVMOption -Xmx1024M
    AddVMOption -XX:MaxPermSize=1024M

source:

http://stackoverflow.com/questions/3442323/java-lang-outofmemory-java-heap-space-jdeveloper

    25 kwietnia 2015

    NULL VALUE LOV

    Zaszufladkowany do: Java,Programowanie — Tagi: — Jacek @ 13:31

    http://www.gebs.ro/blog/oracle/oracle-adf-select-one-choice-default-selection/

    « Nowsze wpisyStarsze wpisy »

    Strona startowa: www.jaceksen.pl