Issues with SSIS in named instance SQL 2014

I have a SSIS job that runs without any issues with native mode. But for named instance, I get these errors:
Any suggestions?
Failed to decrypt protected XML node
"DTS:Password" with error 0x8009000B "Key not valid for use in specified state.
You may not be authorized to access this
information. This error occurs when there is a cryptographic error. Verify that the correct key is available.  End Error  Error: 2015-04-22 15:20:01.67     Code: 0xC0016016    
Source: xxx Description: Failed to decrypt protected XML node "OraPassword" with error 0x8009000B
"Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a
cryptographic error. Verify that the correct key is available.  End Error  Error: 2015-04-22 15:20:02.22     Code:
0x000002BD     Source: xxx  Connection manager "yyy"     Description:Oracle Home not found.  End Error  Error: 2015-04-22
15:20:02.22     Code: 0x0000020F    Source: mmm[96]    
Description: The AcquireConnection method call to the connection manager yyy failed with error code 0x80004005.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.  End Error 
Thanks

Hi LaxUdas,
If I understand correctly, the package is developed with Protection Level set as "EncryptSensitiveWithUserKey". When you execute the package via a SQL Agent Job in a Named Instance, the account that job step using is not the user that create the
package. So it cannot be able to connect to the Oracle DB with invalid connection string.
This behavior is by design. In an Integration Services package, the following information is defined as sensitive:
The password part of a connection string.
The task-generated XML nodes that are tagged as sensitive.
Any variable that is marked as sensitive.
EncryptSensitiveWithUserKey uses a key that is based on the current user profile to encrypt only the values of sensitive properties in the package. Only the same user who uses the same profile can load the package. If a different user opens the package,
the sensitive information is replaced with blanks and the current user must provide new values for the sensitive data.
To work around this issue, please refer to the following suggestions:
Change the SSIS Package ProtectionLevel property to EncryptSensitiveWithPassword. This setting uses a password for encryption. To open the package in SSIS Designer (SSDT), the user must provide the package password.
Change the Named Instance SQL Agent Service account to the user that create the package, like your Default Instance.
Use SSIS Package configuration files to store sensitive information, and then store these configuration files in a secured folder. You can then change the ProtectionLevel property to DontSaveSensitive so that the package is not encrypted and does not try
to save secrets to the package. When you run the SSIS package, the required information is loaded from the configuration file. Make sure that the configuration files are adequately protected if they contain sensitive information.
The following two documents are for your references:
https://msdn.microsoft.com/en-us/library/ms141747.aspx
https://support.microsoft.com/en-us/kb/918760
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • DI Server - Cannot connect to named instance SQL server database

    Hi,
    I have developed a small DI server application and want to migrate it to a production server. I keep on getting the Cannot connect to SBOCommon error on login though. I have verified all user names and passwords and the only real difference is that the production environment uses a named instance SQL server eg server\instance setup.
    The production DI server will however connect perfectly to the test database (which is NOT a named instance) .
    Anyone using DI server against a named instance SQL server or have some other ideas what might cause this?
    I use B1WS 1.0 and the version of SBO is 8.00.181..
    Jaco

    I may have solved the problem, at least partially.
    I created a test user with full rights on my test database server and it would also not connect, even though my test database is not a an instance setup.
    Then I found this thread  [Re: DI Server Always Uses SA to log into MS SQL database even if SOAP packet]
    It seems that at my current patch level the user 'sa' is hard coded into the DI server as sql username! I don't have the production server's 'sa' user credentials at present but will test it on Monday. Will also test against 8.8 soon ..

  • Experiencing issues with audio scrubbing in Premiere cc 2014

    Since upgrading I've been having issues with audio scrubbing in Premiere CC 2014.
    Some of the time it won't scrub at all (silence) when I know that scrubbing option is turned on. Other times it will scrub the wrong section of the timeline, I'll hear dialogue from a different point in a clip.
    Much of the time I experience this I'm working with multicam clips in sequences.
    Working on iMac 2013, 32GB RAM, NVIDIA 780
    thank you.

    Hi IP,
    Intensity pro wrote:
    ...Adobe are you listening?
    Yes, but it's Saturday. And I'm on vacation. You know??
    Sorry that we do not have 24-7 support. The best time to catch us is 7AM-7PM PST, Monday to Friday.
    Intensity pro wrote:
    Currently using / testing a 30 day trial of CC 2014 (CS5 user for years with no issues) and all was fine yesterday when editing. Turned on today and had no way to scrub audio. Also had no Intensity Pro external monitor which worked fine the day before. Restarted PC and still nothing so starting poking around with the playback settings in preferences by choosing Adobe Desktop audio in the audio device section choosing OK then selecting back to Blackmagic audio then hit Ok. All of a sudden there was my external monitor and was able to scrub audio again. It's like it's sleeping knowing it should work until you poke it a few times to wake it up. How my Intensity Pro external monitor and scrubbing audio being related in any way is perplexing. Or am I being obtuse?
    I would contact Blackmagic Design to make sure your drivers are current. Can you try that?
    Thanks,
    Kevin

  • Issue with SSIS Custom Components - 64 bit SQL 2012

    Hello All,
    Our SSIS packages built on SQL 2008 R2 make use of some custom components. These custom components are installed as part of an MSI. The dll's are copied over to the Windows/assemble [GAC Folder] and also to the Program Files(x86)/SQL Server/110/DTS/* folder.
    The installation does not copy the dll's to the 64 bit program files folder.
    X:\Program Files\Microsoft SQL Server\110\DTS
    These packages are executed via SQL Agent jobs on a 64 bit SQL server and there does not seem be any issue.
    Now we are upgrading our servers to SQL 2012 and we have a new installer for the custom components as well. The new custom components use .NET Framework 4.0 and when installed the dll files get copied over to the Ms.NET 32 bit runtime GAC folder and also
    to the SQL Server DTS Folder in x86. The upgraded packages work only when we set the runtime mode to 32 bit. The packages successfully executes within the 32 bit dtexec utility, but when we try to run the same package using a 64 bit dtexec utility the
    process errors out with a component failed to load message. The package moves data between two SQL Server instances.
    The custom components have always been built for 32 bit runtime. I can run a older package through the dtexec utility (from the 64 bit folder in program files) and it does work without any issues. After the upgrade the package will only execute on
    a 32 bit utility. can someone help me understand this issue?
    Regards, Dinesh

    Thank you Arthur.
    i think we got the answer as well, as the .NET framework 3.0 installer copied the files over to the C:\windows assembly the dtexec utility [32 bit/64 bit] was able to load the components.
    Now with the new installer the files are copied to specific runtime gac folders as Arthur has mentioned. The 64  bit  utility does not find the dlls in the GAC whereas the 32 bit version will find them.
    Regards, Dinesh

  • Error while installing the named instance SQL 2012 Sp1

    Hi,
    I am getting below error while installing the named instance with features Data base engine. on same server box 2 named instance already installed and working...please suggest. i have done a lot of troubleshooting..(configure local system for Db engines
    during installation, tried to install after another domain ID., repair and uninstalled existing and retried.) .. please s if i need to do anything else to resolve the issue.. installation account is domain admin account...
    Can i rename the installation domain account profile from sql server that used for 2 named instance and for 3 rd named instance i am trying... is any impact after profile rename from the local sql server on any instance already configured...
    Shailendra Dev

    thanks alberto.
    here is 
    2015-03-24 19:48:49.42 Server      Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64) 
    Oct 19 2012 13:38:57 
    Copyright (c) Microsoft Corporation
    Standard Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    2015-03-24 19:48:49.42 Server      (c) Microsoft Corporation.
    2015-03-24 19:48:49.42 Server      All rights reserved.
    2015-03-24 19:48:49.42 Server      Server process ID is 3460.
    2015-03-24 19:48:49.42 Server      System Manufacturer: 'Xen', System Model: 'HVM domU'.
    2015-03-24 19:48:49.42 Server      Authentication mode is WINDOWS-ONLY.
    2015-03-24 19:48:49.42 Server      Logging SQL Server messages in file 'D:\Program Files\Microsoft SQL Server\MSSQL11.SCSMDB\MSSQL\Log\ERRORLOG'.
    2015-03-24 19:48:49.42 Server      The service account is 'AIRWORKS\scadmin'. This is an informational message; no user action is required.
    2015-03-24 19:48:49.42 Server      Registry startup parameters: 
    -d D:\Program Files\Microsoft SQL Server\MSSQL11.SCSMDB\MSSQL\DATA\master.mdf
    -e D:\Program Files\Microsoft SQL Server\MSSQL11.SCSMDB\MSSQL\Log\ERRORLOG
    -l D:\Program Files\Microsoft SQL Server\MSSQL11.SCSMDB\MSSQL\DATA\mastlog.ldf
    2015-03-24 19:48:49.42 Server      Command Line Startup Parameters:
    -s "SCSMDB"
    -m "SqlSetup"
    -T 4022
    -T 4010
    -T 1905
    -T 3701
    -T 8015
    2015-03-24 19:48:49.69 Server      SQL Server detected 1 sockets with 1 cores per socket and 2 logical processors per socket, 2 total logical processors; using 2 logical processors based on SQL Server licensing. This is an informational message;
    no user action is required.
    2015-03-24 19:48:49.69 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2015-03-24 19:48:49.69 Server      Detected 15624 MB of RAM. This is an informational message; no user action is required.
    2015-03-24 19:48:49.69 Server      Using conventional memory in the memory manager.
    2015-03-24 19:48:49.98 Server      Perfmon counters for resource governor pools and groups failed to initialize and are disabled.
    2015-03-24 19:48:50.01 Server      This instance of SQL Server last reported using a process ID of 5124 at 3/24/2015 7:48:48 PM (local) 3/24/2015 2:18:48 PM (UTC). This is an informational message only; no user action is required.
    2015-03-24 19:48:50.03 Server      Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational message
    only. No user action is required.
    2015-03-24 19:48:50.07 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2015-03-24 19:48:50.30 Server      Database Mirroring Transport is disabled in the endpoint configuration.
    2015-03-24 19:48:50.58 spid5s      Warning ******************
    2015-03-24 19:48:50.65 spid5s      SQL Server started in single-user mode. This an informational message only. No user action is required.
    2015-03-24 19:48:50.66 spid5s      Starting up database 'master'.
    2015-03-24 19:48:50.90 spid5s      9 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-03-24 19:48:51.04 Server      CLR version v4.0.30319 loaded.
    2015-03-24 19:48:51.17 spid5s      0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-03-24 19:48:51.17 spid5s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2015-03-24 19:48:51.39 Server      Software Usage Metrics is enabled.
    2015-03-24 19:48:51.81 spid5s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2015-03-24 19:48:51.83 Server      Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\.
    2015-03-24 19:48:51.86 spid5s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2015-03-24 19:48:52.02 spid5s      SQL Trace ID 1 was started by login "sa".
    2015-03-24 19:48:52.16 spid5s      Server name is 'AWISCDB\SCSMDB'. This is an informational message only. No user action is required.
    2015-03-24 19:48:52.35 spid12s     The certificate [Cert Hash(sha1) "151C8B90A9A8AF12F5EFAE3439F691E2C01A7355"] was successfully loaded for encryption.
    2015-03-24 19:48:52.35 spid12s     Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\SCSMDB ].
    2015-03-24 19:48:52.40 spid12s     Dedicated administrator connection support was not started because it is disabled on this edition of SQL Server. If you want to use a dedicated administrator connection, restart SQL Server using the trace flag 7806.
    This is an informational message only. No user action is required.
    2015-03-24 19:48:52.43 Server      The SQL Server Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Windows return code: 0x490, state: 16. Failure to register a SPN might cause integrated
    authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually registered.
    2015-03-24 19:48:52.45 Server      SQL Server is attempting to register a Service Principal Name (SPN) for the SQL Server service. Kerberos authentication will not be possible until a SPN is registered for the SQL Server service. This is an informational
    message. No user action is required.
    2015-03-24 19:48:54.03 Server      The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/AWISCDB.AIRWORKS.IN:SCSMDB ] for the SQL Server service. 
    2015-03-24 19:48:54.03 spid14s     A new instance of the full-text filter daemon host process has been successfully started.
    2015-03-24 19:48:54.86 spid6s      Starting up database 'mssqlsystemresource'.
    2015-03-24 19:48:54.86 spid5s      Starting up database 'msdb'.
    2015-03-24 19:48:54.87 spid6s      The resource database build version is 11.00.3000. This is an informational message only. No user action is required.
    2015-03-24 19:48:55.21 spid5s      12 transactions rolled forward in database 'msdb' (4:0). This is an informational message only. No user action is required.
    2015-03-24 19:48:55.32 spid5s      0 transactions rolled back in database 'msdb' (4:0). This is an informational message only. No user action is required.
    2015-03-24 19:48:55.32 spid6s      Starting up database 'model'.
    2015-03-24 19:48:55.32 spid5s      Recovery is writing a checkpoint in database 'msdb' (4). This is an informational message only. No user action is required.
    2015-03-24 19:48:55.72 spid6s      Clearing tempdb database.
    2015-03-24 19:48:57.22 spid6s      Starting up database 'tempdb'.
    2015-03-24 19:48:59.04 spid5s      Database 'master' is upgrading script 'msdb110_upgrade.sql' from level 184551476 to level 184552376.
    2015-03-24 19:48:59.04 spid5s      ----------------------------------
    2015-03-24 19:48:59.04 spid5s      Starting execution of PRE_MSDB.SQL
    2015-03-24 19:48:59.04 spid5s      ----------------------------------
    2015-03-24 19:49:00.23 spid5s      Setting database option COMPATIBILITY_LEVEL to 100 for database 'msdb'.
    2015-03-24 19:49:00.57 spid5s      -----------------------------------------
    2015-03-24 19:49:00.57 spid5s      Starting execution of PRE_SQLAGENT100.SQL
    2015-03-24 19:49:00.57 spid5s      -----------------------------------------
    2015-03-24 19:49:00.61 spid5s      Setting database option COMPATIBILITY_LEVEL to 110 for database 'msdb'.
    2015-03-24 19:49:00.73 spid5s      Configuration option 'allow updates' changed from 1 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:00.73 spid5s      Configuration option 'allow updates' changed from 1 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:01.78 spid5s      Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required.
    2015-03-24 19:49:01.79 spid5s      Using 'xpstar.dll' version '2011.110.3000' to execute extended stored procedure 'xp_instance_regread'. This is an informational message only; no user action is required.
    2015-03-24 19:49:01.80 spid5s      DBCC TRACEOFF 1717, server process ID (SPID) 5. This is an informational message only; no user action is required.
    2015-03-24 19:49:01.80 spid5s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
    2015-03-24 19:49:01.81 spid5s       
    2015-03-24 19:49:01.81 spid5s      Creating table temp_sysjobschedules
    2015-03-24 19:49:01.91 spid5s       
    2015-03-24 19:49:01.91 spid5s      Alter table sysdownloadlist...
    2015-03-24 19:49:01.92 spid5s       
    2015-03-24 19:49:01.92 spid5s      Alter table sysjobhistory...
    2015-03-24 19:49:01.92 spid5s       
    2015-03-24 19:49:01.92 spid5s      Alter table systargetservers...
    2015-03-24 19:49:01.92 spid5s       
    2015-03-24 19:49:01.92 spid5s      Alter table sysjobsteps...
    2015-03-24 19:49:01.99 spid5s      Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:01.99 spid5s      Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:01.99 spid5s       
    2015-03-24 19:49:01.99 spid5s      -----------------------------------------
    2015-03-24 19:49:01.99 spid5s      Execution of PRE_SQLAGENT100.SQL complete
    2015-03-24 19:49:01.99 spid5s      -----------------------------------------
    2015-03-24 19:49:02.01 spid5s      DMF pre-upgrade steps...
    2015-03-24 19:49:02.13 spid5s      DC pre-upgrade steps...
    2015-03-24 19:49:02.13 spid5s      Check if Data collector config table exists...
    2015-03-24 19:49:02.13 spid5s      Data Collector state before upgrade: 0
    2015-03-24 19:49:02.13 spid5s      pre_dc100::Check if syscollector_collection_sets_internal table exists...
    2015-03-24 19:49:02.13 spid5s      pre_dc100::Capturing Collection set status in temp table...
    2015-03-24 19:49:02.19 spid5s      Deleting cached auto-generated T-SQL Data Collection packages from msdb...
    2015-03-24 19:49:02.19 spid5s      End of DC pre-upgrade steps.
    2015-03-24 19:49:02.19 spid5s      DAC pre-upgrade steps...
    2015-03-24 19:49:02.19 spid5s      Starting DAC pre-upgrade steps ...
    2015-03-24 19:49:02.19 spid5s      End of DAC pre-upgrade steps.
    2015-03-24 19:49:02.19 spid5s      ----------------------------------
    2015-03-24 19:49:02.19 spid5s      Starting execution of MSDB.SQL
    2015-03-24 19:49:02.19 spid5s      ----------------------------------
    2015-03-24 19:49:02.23 spid5s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:02.23 spid5s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 19:49:02.27 spid5s      Checking the size of MSDB...
    2015-03-24 19:49:02.53 spid5s       
    2015-03-24 19:49:02.53 spid5s      Setting database option TRUSTWORTHY to ON for database 'msdb'.
    2015-03-24 19:49:02.53 spid5s      Setting database option RECOVERY to SIMPLE for database 'msdb'.
    2015-03-24 19:49:02.64 spid5s      ----------------------------------
    2015-03-24 19:49:02.64 spid5s      Finished execution of MSDB.SQL
    2015-03-24 19:49:02.64 spid5s      ----------------------------------
    2015-03-24 19:49:02.64 spid5s      -----------------------------------------
    2015-03-24 19:49:02.64 spid5s      Starting execution of MSDB_VERSIONING.SQL
    2015-03-24 19:49:02.64 spid5s      -----------------------------------------
    2015-03-24 19:49:02.64 spid5s      -----------------------------------------
    2015-03-24 19:49:02.64 spid5s      Finished execution of MSDB_VERSIONING.SQL
    2015-03-24 19:49:02.64 spid5s      -----------------------------------------
    2015-03-24 19:49:02.64 spid5s      Dropping view MSdatatype_mappings...
    2015-03-24 19:49:02.65 spid5s      Dropping view sysdatatypemappings...
    2015-03-24 19:49:02.65 spid5s      Dropping table MSdbms_datatype_mapping...
    2015-03-24 19:49:02.66 spid5s      Dropping table MSdbms_map...
    2015-03-24 19:49:02.67 spid5s      Dropping table MSdbms_datatype...
    2015-03-24 19:49:02.67 spid5s      Dropping table MSdbms...
    2015-03-24 19:49:02.73 spid5s      Creating table MSdbms
    2015-03-24 19:49:02.75 spid5s      Creating table MSdbms_datatype
    2015-03-24 19:49:03.01 spid5s      Creating table MSdbms_map
    2015-03-24 19:49:03.02 spid5s      Creating table MSdbms_datatype_mapping
    2015-03-24 19:49:03.03 spid5s      Definining default datatype mappings
    2015-03-24 19:49:03.04 spid5s      Creating datatype mappings for MSSQLSERVER to ORACLE8
    2015-03-24 19:49:03.21 spid5s      Creating datatype mappings for MSSQLSERVER to ORACLE9
    2015-03-24 19:49:03.29 spid5s      Creating datatype mappings for MSSQLSERVER to ORACLE10
    2015-03-24 19:49:03.37 spid5s      Creating datatype mappings for MSSQLSERVER to ORACLE11
    2015-03-24 19:49:03.46 spid5s      Creating datatype mappings for MSSQLSERVER to DB2
    2015-03-24 19:49:03.54 spid5s      Creating datatype mappings for MSSQLSERVER to SYBASE
    2015-03-24 19:49:03.62 spid5s      Creating datatype mappings for ORACLE8 to MSSQLSERVER
    2015-03-24 19:49:03.71 spid5s      Creating datatype mappings for ORACLE9 to MSSQLSERVER
    2015-03-24 19:49:03.83 spid5s      Creating datatype mappings for ORACLE10 to MSSQLServer
    2015-03-24 19:49:03.95 spid5s      Creating datatype mappings for ORACLE11 to MSSQLServer
    2015-03-24 19:49:04.08 spid5s      Creating view MSdatatype_mappings
    2015-03-24 19:49:04.08 spid5s      Creating view sysdatatypemappings
    2015-03-24 19:49:05.08 spid5s       
    2015-03-24 19:49:05.08 spid5s      Creating table syssubsystems...
    2015-03-24 19:49:05.09 spid5s       
    2015-03-24 19:49:05.09 spid5s      Creating view sysproxyloginsubsystem_view...
    2015-03-24 19:49:05.11 spid5s       
    2015-03-24 19:49:05.11 spid5s      Creating trigger trig_sysoriginatingservers_delete...
    2015-03-24 19:49:05.11 spid5s       
    2015-03-24 19:49:05.11 spid5s      Creating view sysoriginatingservers_view...
    2015-03-24 19:49:05.12 spid5s       
    2015-03-24 19:49:05.12 spid5s      Creating trigger trig_sysjobs_insert_update...
    2015-03-24 19:49:05.13 spid5s       
    2015-03-24 19:49:05.13 spid5s      Creating view sysjobs_view...
    2015-03-24 19:49:05.15 spid5s       
    2015-03-24 19:49:05.15 spid5s      Creating trigger trig_sysschedules_insert_update...
    2015-03-24 19:49:05.16 spid5s       
    2015-03-24 19:49:05.16 spid5s      Creating view sysschedules_localserver_view...
    2015-03-24 19:49:05.21 spid5s       
    2015-03-24 19:49:05.21 spid5s      Creating view systargetservers_view...
    2015-03-24 19:49:05.23 spid5s       
    2015-03-24 19:49:05.23 spid5s      Creating view sysalerts_performance_counters_view...
    2015-03-24 19:49:05.25 spid5s       
    2015-03-24 19:49:05.25 spid5s      Creating function SQLAGENT_SUSER_SNAME ...
    2015-03-24 19:49:05.25 spid5s       
    2015-03-24 19:49:05.25 spid5s      Creating function SQLAGENT_SUSER_SID ...
    2015-03-24 19:49:05.26 spid5s       
    2015-03-24 19:49:05.26 spid5s      Creating procedure SP_SQLAGENT_IS_SRVROLEMEMBER...
    2015-03-24 19:49:05.27 spid5s       
    2015-03-24 19:49:05.27 spid5s      Creating procedure sp_verify_category_identifiers...
    2015-03-24 19:49:05.27 spid5s       
    2015-03-24 19:49:05.27 spid5s      Creating function agent_datetime...
    2015-03-24 19:49:05.27 spid5s       
    2015-03-24 19:49:05.27 spid5s      Creating procedure sp_verify_proxy_identifiers...
    2015-03-24 19:49:05.28 spid5s       
    2015-03-24 19:49:05.28 spid5s      Creating procedure sp_verify_credential_identifiers...
    2015-03-24 19:49:05.29 spid5s       
    2015-03-24 19:49:05.29 spid5s      Creating procedure sp_verify_subsystems...
    2015-03-24 19:49:05.30 spid5s       
    2015-03-24 19:49:05.30 spid5s      Creating procedure sp_verify_subsystem_identifiers...
    2015-03-24 19:49:05.30 spid5s       
    2015-03-24 19:49:05.30 spid5s      Creating procedure sp_verify_login_identifiers...
    2015-03-24 19:49:05.31 spid5s       
    2015-03-24 19:49:05.31 spid5s      Creating procedure sp_verify_proxy...
    2015-03-24 19:49:05.31 spid5s       
    2015-03-24 19:49:05.31 spid5s      Creating procedure sp_add_proxy...
    2015-03-24 19:49:05.32 spid5s       
    2015-03-24 19:49:05.32 spid5s      Creating procedure sp_delete_proxy...
    2015-03-24 19:49:05.32 spid5s       
    2015-03-24 19:49:05.32 spid5s      Creating procedure sp_update_proxy...
    2015-03-24 19:49:05.33 spid5s       
    2015-03-24 19:49:05.33 spid5s      Creating procedure sp_sqlagent_is_member...
    2015-03-24 19:49:05.33 spid5s       
    2015-03-24 19:49:05.33 spid5s      Creating procedure sp_verify_proxy_permissions...
    2015-03-24 19:49:05.34 spid5s       
    2015-03-24 19:49:05.34 spid5s      Creating procedure sp_help_proxy...
    2015-03-24 19:49:05.35 spid5s       
    2015-03-24 19:49:05.35 spid5s      Creating procedure sp_get_proxy_properties...
    2015-03-24 19:49:05.36 spid5s       
    2015-03-24 19:49:05.36 spid5s      Creating procedure sp_grant_proxy_to_subsystem...
    2015-03-24 19:49:05.36 spid5s       
    2015-03-24 19:49:05.36 spid5s      Creating procedure sp_grant_login_to_proxy...
    2015-03-24 19:49:05.37 spid5s       
    2015-03-24 19:49:05.37 spid5s      Creating procedure sp_revoke_login_from_proxy...
    2015-03-24 19:49:05.37 spid5s       
    2015-03-24 19:49:05.37 spid5s      Creating procedure sp_revoke_proxy_from_subsystem...
    2015-03-24 19:49:05.38 spid5s       
    2015-03-24 19:49:05.38 spid5s      Creating procedure sp_enum_proxy_for_subsystem...
    2015-03-24 19:49:05.38 spid5s       
    2015-03-24 19:49:05.38 spid5s      Creating procedure sp_enum_login_for_proxy...
    2015-03-24 19:49:05.39 spid5s       
    2015-03-24 19:49:05.39 spid5s      Creating procedure sp_reassign_proxy...
    2015-03-24 19:49:05.40 spid5s       
    2015-03-24 19:49:05.40 spid5s      Creating procedure sp_sqlagent_get_startup_info...
    2015-03-24 19:49:05.41 spid5s       
    2015-03-24 19:49:05.41 spid5s      Creating procedure sp_sqlagent_update_agent_xps...
    2015-03-24 19:49:05.42 spid5s       
    2015-03-24 19:49:05.42 spid5s      Creating procedure sp_sqlagent_has_server_access...
    2015-03-24 19:49:05.45 spid5s       
    2015-03-24 19:49:05.45 spid5s      Creating procedure sp_sqlagent_get_perf_counters...
    2015-03-24 19:49:05.46 spid5s       
    2015-03-24 19:49:05.46 spid5s      Creating procedure sp_sqlagent_notify...
    2015-03-24 19:49:05.47 spid5s       
    2015-03-24 19:49:05.47 spid5s      Creating procedure sp_is_sqlagent_starting...
    2015-03-24 19:49:05.47 spid5s       
    2015-03-24 19:49:05.47 spid5s      Creating procedure sp_verify_job_identifiers...
    2015-03-24 19:49:05.48 spid5s       
    2015-03-24 19:49:05.48 spid5s      Creating procedure sp_verify_schedule_identifiers...
    2015-03-24 19:49:05.49 spid5s       
    2015-03-24 19:49:05.49 spid5s      Creating procedure sp_verify_jobproc_caller...
    2015-03-24 19:49:05.50 spid5s       
    2015-03-24 19:49:05.50 spid5s      Creating procedure sp_downloaded_row_limiter...
    2015-03-24 19:49:05.51 spid5s       
    2015-03-24 19:49:05.51 spid5s      Creating procedure sp_post_msx_operation...
    2015-03-24 19:49:05.54 spid5s       
    2015-03-24 19:49:05.54 spid5s      Creating procedure sp_verify_performance_condition...
    2015-03-24 19:49:05.58 spid5s       
    2015-03-24 19:49:05.58 spid5s      Creating procedure sp_verify_job_date...
    2015-03-24 19:49:05.59 spid5s       
    2015-03-24 19:49:05.59 spid5s      Creating procedure sp_verify_job_time...
    2015-03-24 19:49:05.61 spid5s       
    2015-03-24 19:49:05.61 spid5s      Creating procedure sp_verify_alert...
    2015-03-24 19:49:05.62 spid5s       
    2015-03-24 19:49:05.62 spid5s      Creating procedure sp_update_alert...
    2015-03-24 19:49:05.63 spid5s       
    2015-03-24 19:49:05.63 spid5s      Creating procedure sp_delete_job_references...
    2015-03-24 19:49:05.65 spid5s       
    2015-03-24 19:49:05.65 spid5s      Creating procedure sp_delete_all_msx_jobs...
    2015-03-24 19:49:05.66 spid5s       
    2015-03-24 19:49:05.66 spid5s      Creating procedure sp_generate_target_server_job_assignment_sql...
    2015-03-24 19:49:05.66 spid5s       
    2015-03-24 19:49:05.66 spid5s      Creating procedure sp_generate_server_description...
    2015-03-24 19:49:05.67 spid5s       
    2015-03-24 19:49:05.67 spid5s      Creating procedure sp_msx_set_account...
    2015-03-24 19:49:05.68 spid5s       
    2015-03-24 19:49:05.68 spid5s      Creating procedure sp_msx_get_account...
    2015-03-24 19:49:05.69 spid5s       
    2015-03-24 19:49:05.69 spid5s      Creating procedure sp_delete_operator...
    2015-03-24 19:49:05.70 spid5s       
    2015-03-24 19:49:05.70 spid5s      Creating procedure sp_msx_defect...
    2015-03-24 19:49:05.71 spid5s       
    2015-03-24 19:49:05.71 spid5s      Creating procedure sp_msx_enlist...
    2015-03-24 19:49:05.72 spid5s       
    2015-03-24 19:49:05.72 spid5s      Creating procedure sp_delete_targetserver...
    2015-03-24 19:49:05.73 spid5s       
    2015-03-24 19:49:05.73 spid5s      Creating procedure sp_enlist_tsx
    2015-03-24 19:49:05.74 spid5s       
    2015-03-24 19:49:05.74 spid5s      Creating procedure sp_get_sqlagent_properties...
    2015-03-24 19:49:05.76 spid5s       
    2015-03-24 19:49:05.76 spid5s      Create procedure sp_set_sqlagent_properties...
    2015-03-24 19:49:05.76 spid5s       
    2015-03-24 19:49:05.76 spid5s      Creating procedure sp_add_targetservergroup...
    2015-03-24 19:49:05.77 spid5s       
    2015-03-24 19:49:05.77 spid5s      Creating procedure sp_update_targetservergroup...
    2015-03-24 19:49:05.78 spid5s       
    2015-03-24 19:49:05.78 spid5s      Creating procedure sp_delete_targetservergroup...
    2015-03-24 19:49:05.78 spid5s       
    2015-03-24 19:49:05.78 spid5s      Creating procedure sp_help_targetservergroup...
    2015-03-24 19:49:05.79 spid5s       
    2015-03-24 19:49:05.79 spid5s      Creating procedure sp_add_targetsvgrp_member...
    2015-03-24 19:49:05.80 spid5s       
    2015-03-24 19:49:05.80 spid5s      Creating procedure sp_delete_targetsvrgrp_member...
    2015-03-24 19:49:05.81 spid5s       
    2015-03-24 19:49:05.81 spid5s      Creating procedure sp_verify_category...
    2015-03-24 19:49:05.81 spid5s       
    2015-03-24 19:49:05.81 spid5s      Creating procedure sp_add_category...
    2015-03-24 19:49:05.82 spid5s       
    2015-03-24 19:49:05.82 spid5s      Creating procedure sp_update_category...
    2015-03-24 19:49:05.83 spid5s       
    2015-03-24 19:49:05.83 spid5s      Creating procedure sp_delete_category...
    2015-03-24 19:49:05.83 spid5s       
    2015-03-24 19:49:05.84 spid5s      Creating procedure sp_help_category...
    2015-03-24 19:49:05.84 spid5s       
    2015-03-24 19:49:05.84 spid5s      Creating procedure sp_help_targetserver...
    2015-03-24 19:49:05.85 spid5s       
    2015-03-24 19:49:05.85 spid5s      Creating procedure sp_resync_targetserver...
    2015-03-24 19:49:06.06 spid5s       
    2015-03-24 19:49:06.06 spid5s      Creating procedure sp_purge_jobhistory...
    2015-03-24 19:49:06.09 spid5s       
    2015-03-24 19:49:06.09 spid5s      Creating procedure sp_help_jobhistory...
    2015-03-24 19:49:06.10 spid5s       
    2015-03-24 19:49:06.10 spid5s      Creating procedure sp_add_jobserver...
    2015-03-24 19:49:06.11 spid5s       
    2015-03-24 19:49:06.11 spid5s      Creating procedure sp_delete_jobserver...
    2015-03-24 19:49:06.11 spid5s      Error: 10011, Severity: 16, State: 1.
    2015-03-24 19:49:06.11 spid5s      Access denied.
    2015-03-24 19:49:06.11 spid5s      Error: 917, Severity: 15, State: 1.
    2015-03-24 19:49:06.11 spid5s      An upgrade script batch failed to execute for database 'master' due to compilation error. Check the previous error message  for the line which caused compilation to fail.
    2015-03-24 19:49:06.11 spid5s      Error: 912, Severity: 21, State: 2.
    2015-03-24 19:49:06.11 spid5s      Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 917, state 1, severity 15. This is a serious error condition which might interfere with regular
    operation and the database will be taken offline. If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective
    actions and re-start the database so that the script upgrade steps run to completion.
    2015-03-24 19:49:06.11 spid5s      Error: 3417, Severity: 21, State: 3.
    2015-03-24 19:49:06.11 spid5s      Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how to rebuild the master database, see SQL Server Books
    Online.
    2015-03-24 19:49:06.12 spid5s      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
    2015-03-24 19:49:06.50 spid12s     The SQL Server Network Interface library successfully deregistered the Service Principal Name (SPN) [ MSSQLSvc/AWISCDB.AIRWORKS.IN:SCSMDB ] for the SQL Server service. 
    Shailendra Dev

  • (Video) Moving Layer Causing Lag Issue with Latest Photoshop CC (12-14-2014)

    Video: https://www.youtube.com/watch?v=EQPtBTrjfzw
    I have a 218 MB PSD file that is causing me major headaches. Any time I start up the file, dragging a single layer goes at about 2 frames per second. However, if I delete one layer or simply cut and paste a layer, the lag is fixed.
    From the video:
    - Deleting a hidden layer fixes the lag
    - Removing one background layer fixes the lag
    - Cutting and pasting any background layer onto a new layer fixes the lag...
    Saving and returning to the doc causes it to lag again.
    Anyone know what's going on? Photoshop Preferences:
    Other Notes:
    - Happens in both 32 bit and 64 bit versions
    - I have the same issue with Photoshop CC 2014.

    Here is my problem:
    https://www.youtube.com/watch?v=bCMbASsil7Y
    Any solutions?
    Adobe CC, W8.1, 16GB RAM, Nvidia GTX980, Intel i4790k, SSD..

  • Unexpected Termination SSIS package - Issue with SSIS packages after upgrading to SQL Server 2014

    Hello everyone.
    We performed an upgrade of SQL Server 2012 installation to SQL Server 2014 (with last CU5 update). We found that all SSIS packages (even the simplest with just Execute SQL tasks) fail with Unexpected termination message. The issue reproduces with both new
    packages (that are created from scratch with SSDT 2014) and old packages (migrated from SQL 2012).
    Any ideas, please? We googled and found that it is a known issue that should have fixed with CU4. But we use CU5 and the issue is still here.
    MCP

    Hi. Yes...
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="SQLISServer" /> 
      <EventID Qualifiers="0">1</EventID> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Keywords>0x80000000000000</Keywords> 
      <TimeCreated SystemTime="2015-02-12T07:41:56.000000000Z" /> 
      <EventRecordID>469950</EventRecordID> 
      <Channel>Application</Channel> 
      <Computer>abtru1a11.oneabbott.com</Computer> 
      <Security /> 
      </System>
    - <EventData>
      <Data>The SSIS Execution Process could not write to the IS catalog: ABTRU1A11\DEV:SSISDB Error details: Cannot find the symmetric key 'MS_Enckey_Proj_Param_5', because it does not exist or you do not have permission.; at System.Data.SqlClient.SqlConnection.OnError(SqlException
    exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior
    runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData()
    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream,
    Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion,
    Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
    behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader() at Microsoft.SqlServer.IntegrationServices.Server.Shared.ExecutionParameterLoader.GetExecutionParameter() at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.StartPackage()
    at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.PerformOperation()</Data> 
      </EventData>
      </Event>
    MCP

  • Log In Issues with SSIS

    I installed SSIS two moths after installing SQL Server 2014. I granted permissions  to users per MSDN in Dcomcnfg.exe and rebooted SSMS and SSIS.
    I am able to log on via my client without any issues; however, the other user cannot even see the instance via her client. The only way she can log on is to remote into server, right click administrator and it works.
    She has permissions for everything other than sysadmin, which I don't want to grant to her.
    Any ideas why she wouldn't even see the instance from her client when given permissions?
    Thank you!

    To grant access to the Integration Services service
    1. Run Dcomcnfg.exe. Dcomcnfg.exe provides a user interface for modifying certain settings in the registry.
    2. In the Component Services dialog, expand the Component Services > Computers > My Computer > DCOM Config node.
    3. Right-click Microsoft SQL Server Integration Services 11.0, and then click Properties.
    4. On the Security tab, click Edit in the Launch and Activation Permissions area.
    5. Add users and assign appropriate permissions, and then click Ok.
    6. Repeat steps 4 - 5 for Access Permissions.
    7. Restart SQL Server Management Studio.
    8. Restart the Integration Services Service.
    Thanks

  • Error with SSIS package running as SQL Agent job

    I have a strange issue.
    I have a SQL Agent job that execute 5 steps, each step is an SSIS package that imports a CSV file to a temp table, then executes a SQL script to update a production table. 
    This job runs every 3 mins, every day, and has been for over a year.
    Every once in a while it will start failing on step 2.  Sometime it only happens for a couple of runs, other times I have to restart the SQL server.  Once it corrects itself, it could be months before it happens again, but usually happens every
    few weeks.
    The error in the job history is: "Unable to bulk copy data. You may need to run this package as an administrator"
    Obviously I have all the permissions correct, as it was running successfully every 3 mins before this error suddenly starts. I'm at a loss as to what the problem is.  It is always on step 2, which is identical to step 1 except its a different CSV file
    going to a different table. As I typed this, it failed twice, then was successful afterwards.
    Any ideas where to look for further information? I've checked the event viewer and looked in the SQL logs, nothing stands out at this time.

    Hi Kerberos35,
    It seems to be caused by the UAC feature which makes SSIS use the low-permissions token of the administrator Windows account under which the job runs. This issue is described in the following KB article:
    http://support.microsoft.com/kb/2216489/en-us 
    To resolve the issue, you can install the latest service pack for your SQL Server. To work around this issue, you can also use one of the following two methods:
    Method 1: Replace the SQL Server Destination components in the Data Flow Tasks that are failing with OLE DB Destination components that point to the same SQL Server connection manager.
    Method 2: Create a SQL Server Agent proxy by using a Windows account that is not a member of the local Administrators group after you assign Create Global Objects permissions to that account.
    To do this, follow these steps:
    Click Start, point to Administrative Tools, and then click Local Security Policy.
    Expand Local Policies, and then click User Rights Assignment.
    In the details pane, double-click Create global objects.
    In the Local Security Policy Setting dialog box, click Add.
    In the Select Users or Group dialog box, click the user accounts that you want to add, click Add, and then click OK two times.
    Regards,
    Mike Yin
    TechNet Community Support

  • Have any of you had any issues with resizing in Adobe PS CC 2014?

    If I resize a photo in prior versions, I have not issues. If I go canvas size in Adobe PS CC 2014, the image becomes larger- but cropped and a color is added as a border. This doesn't happen in the prior versions.

    I guess that I should have been more specific, Noel. I compared and contrasted Adobe PS CC 2014 with the CC version and CS6 version. I noticed a big difference. After a couple of hours toying with adobe PS CS6, CC, and CC 2014, here is the difference that I have discovered: in the older versions, if you wanted to make a canvas size like 24 x26 inches, you had to use "Canvas size" under the "Image" tab. In CC 2014, if you do that, it will keep the image looking small, but add a huge border around it. If you go into "Image Size" you can type in your dimensions, and it resizes the image without adding the border.   Noel, if you are familiar with resizing images, please talk me through my mistakes. I need to learn, and I have no one in my area to teach me. Your help would be appreciated.

  • Issue with SSIS SystemAvailabletask

    Hi BPC & SSIS Experts,
    We are working on SAP BPC 5.1 MS version. We have the below requirment.
    " We have to take the BPC Appset (Application Set) offline for maintenance activities and at the same time a notification has to be sent to all the users". The said functionality should be achieved using SSIS package.
    The steps we followed.
    1) We logged into SSIS and crated a new project
    2) from the tool box we dragged the systemavailabletask to the control flow.
    3) we tried editing the properties of this task
    4) when we edit and provide the information as, Description, Appset, Server details as(hostname/userid) and check thesystem setting option as Unavaialable to the user and click ok then we get the below error despite of the fact that all the entries provided are correct.
    "Invalid UserID or the server is not respondin properly LateGetObject Variable or With Block variable not set."
    Request you to please share your experties and provide a relevent resolution.
    Any help in this regard will be much appreciated.
    Regards,
    Mohd Mujahd Zaffar
    9966235863

    Hi,
    The user id should be mentioned as hostname\userid and not hostname/userid. This id should have the admin access to the appset. Try this and let me know if you see issues.
    Hope this helps.
    Badrish

  • Issue with viewing Package Body  in SQL Developer 2.1 RC1

    Were anybody able to see the package body of other user in 2.1 RC1.
    I had an issue since 2.1 EA 1 so... just curious.
    - Oracle 9i
    - Windows XP SP3
    Please do let me know if there is any hint or setting that can be change to view the package body.
    Thanks!

    Thanks for your msg.
    Below is the info:
    1.
    SQL: SELECT * FROM v$version;
    Result:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    PL/SQL Release 9.2.0.8.0 - Production
    "CORE     9.2.0.8.0     Production"
    TNS for Solaris: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production
    2.
    Result:
    The account has 'EXECUTE' privilege on the package.
    3.
    SQL: SELECT username "User"
    ,granted_role "Granted_Role"
    ,initcap(admin_option) "Admin_Option"
    ,initcap(default_role) "Default_Role"
    FROM user_role_privs
    ORDER BY username
    ,granted_role;
    Result:
    User``````````Granted_Role```````````Admin_Option``Default_Role
    ~~~~ ~~~~~~~~~ ~~~~~~~~~ ~~~~~~~~
    USER_NAME```SELECT_CATALOG_ROLE``No````````````Yes
    4.
    SQL:
    SELECT privilege "Privilege"
    ,initcap(admin_option) "Admin_Option"
    FROM user_sys_privs
    ORDER BY privilege;
    Result:
    Privilege````````````Admin_Option
    ~~~~~~ ~~~~~~~~~
    ALTER SESSION`````No
    CREATE SESSION````No
    CREATE SYNONYM```No

  • Issues with texlive update from 2013 to 2014 version.

    I got an error about conflicting files:
    Packages (2): texlive-bin-2014.34260-1 texlive-core-2014.34872-1
    Total Installed Size: 350.75 MiB
    Net Upgrade Size: 34.54 MiB
    :: Proceed with installation? [Y/n]
    (2/2) checking keys in keyring [##############] 100%
    (2/2) checking package integrity [##############] 100%
    (2/2) loading package files [##############] 100%
    (2/2) checking for file conflicts [##############] 100%
    error: failed to commit transaction (conflicting files)
    texlive-core: /usr/share/texmf-dist/tex/latex/begriff/begriff.sty exists in filesystem
    Errors occurred, no packages were upgraded.
    However the file "begriff.sty" is owned by texlive-latexextra
    pacman -Qo /usr/share/texmf-dist/tex/latex/begriff/begriff.sty
    /usr/share/texmf-dist/tex/latex/begriff/begriff.sty is owned by texlive-latexextra 2013.33063-1
    Since i was in doubt if it is safe to call pacman with "-f" option, i removed the whole texlive and re-installed it.
    But as i run the installation i got warning about missing kpathsea. Now I'm in doubt if i should ignore those warning.
    Any advice is appreciated.
    >> texlive: updating the file name database...
    warning: kpathsea: configuration file texmf.cnf not found in these directories: /usr/bin:/usr/bin/share/texmf-local/web2c:/usr/bin/share/texmf-dist/web2c:/usr/bin/share/texmf/web2c:/usr/bin/texmf-local/web2c:/usr/bin/texmf-dist/web2c:/usr/bin/texmf/web2c:/usr:/usr/share/texmf-local/web2c:/usr/share/texmf-dist/web2c:/usr/share/texmf/web2c:/usr/texmf-local/web2c:/usr/texmf-dist/web2c:/usr/texmf/web2c://texmf-local/web2c:/://share/texmf-local/web2c://share/texmf-dist/web2c://share/texmf/web2c://texmf-local/web2c://texmf-dist/web2c://texmf/web2c.
    Last edited by irrlicht (2014-08-28 21:01:33)

    Just now I tried to upgrade my system and texlive-core could not be upgraded as a result conflicts with other packages. My solution, as I've seen this given elsewhere on the forums, is to remove the package you are trying to update. my solution was then to run # pacman -R $(pacman -Qq | grep texlive). This would remove all texlive packages. I first reinstalled texlive-bin and texlive-core, as these two were the ones that got updated today. I then went to re-install the other ones. I am getting the same conflicts as before.
    resolving dependencies...
    looking for inter-conflicts...
    Packages (4): texlive-langcjk-2013.32895-1 texlive-latexextra-2013.33063-1 texlive-pictures-2013.33045-1 texlive-science-2013.32850-1
    Total Installed Size: 467.68 MiB
    checking keyring...
    checking package integrity...
    loading package files...
    checking for file conflicts...
    texlive-langcjk: /usr/share/texmf-dist/dvips/garuda-c90/config.garuda-c90 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/dvips/norasi-c90/config.norasi-c90 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/LICENSE exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/90ms-RKSJ-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/90pv-RKSJ-UCS2C exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-B5pc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-ETen-B5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-CID exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Host exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-CNS1-H-Mac exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBK-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-GBpc-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-CID exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Host exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-GB1-H-Mac exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90ms-RKSJ exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-90pv-RKSJ exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-CID exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Host exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-H-Mac exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Japan1-PS-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-CID exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Host exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-H-Mac exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCms-UHC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/Adobe-Korea1-KSCpc-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/B5pc-UCS2C exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/ETen-B5-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBK-EUC-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/GBpc-EUC-UCS2C exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCms-UHC-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/KSCpc-EUC-UCS2C exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-90ms-RKSJ exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-90pv-RKSJ exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-B5pc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-ETen-B5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-GBK-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-GBpc-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-KSCms-UHC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/MappingOther/UCS2-KSCpc-EUC exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/README exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-CNS1-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-GB1-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-Japan1-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ToUnicode/Adobe-Korea1-UCS2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-0 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-1 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-3 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-4 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/Adobe-CNS1-6 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5pc-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/B5pc-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS1-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS1-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/CNS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETHK-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETen-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/ETenms-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdla-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKdlb-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKgccs-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm314-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKm471-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/HKscs-B5-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/CMap/UniCNS-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ac16/cid2code.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-0 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-1 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-3 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-4 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/Adobe-GB1-5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GB-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK2K-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBK2K-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBKp-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBT-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBTpc-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/GBpc-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/CMap/UniGB-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ag15/cid2code.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ai0/CMap/Identity-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ai0/CMap/Identity-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/78ms-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/83pv-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90ms-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90msp-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/90pv-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Add-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-0 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-1 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-3 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-4 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-5 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Adobe-Japan1-6 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Ext-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Hankaku exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Hiragana exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Katakana exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/NWP-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/NWP-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/RKSJ-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/RKSJ-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/Roman exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-HW-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJIS2004-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-HW-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISPro-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX0213-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/UniJISX02132004-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/CMap/WP-Symbol exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/aj16/cid2code.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-0 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-1 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/Adobe-Korea1-2 exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-Johab-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-HW-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCms-UHC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/KSCpc-EUC-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UCS2-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF16-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF32-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-H exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/CMap/UniKS-UTF8-V exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/ak12/cid2code.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/cmap-current-versions.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/cmap-readme.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/cmap/adobemapping/mapping-readme.txt exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/enc/dvips/c90/c90.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/map/dvips/garuda-c90/garuda-c90.map exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/map/dvips/norasi-c90/norasi-c90.map exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/sfd/dnp/DNP.sfd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/garuda-c90/fgdb8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/garuda-c90/fgdbo8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/garuda-c90/fgdo8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/garuda-c90/fgdr8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/norasi-c90/ftnb8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/norasi-c90/ftnbi8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/norasi-c90/ftni8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/fonts/tfm/public/norasi-c90/ftnr8z.tfm exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/README exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/b5ka12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/b5kr12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/b5so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c1so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c2so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c3so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c4so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c5so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c6so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/c7so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/csso12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/gsfs14.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/j2so12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/jsso12.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/hbf2gf/ksso17.cfg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJK.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJK.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/KS.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/extended.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/extended.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/pinyin.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/pmC.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/ruby.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/standard.bdg exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/standard.chr exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/standard.enc exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90enc.def exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90gar.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/c90nrsr.fd exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/cjkpunct/CJKpunct.sty exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0001.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0002.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0003.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0004.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0005.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0006.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0007.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0008.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0009.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0010.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0011.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0012.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0013.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0014.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0015.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0016.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0017.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0018.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0019.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0020.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0021.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0022.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0023.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0024.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0025.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0026.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0027.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0028.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0029.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0030.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0031.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0032.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0033.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0034.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0035.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0036.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0037.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0038.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0039.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0040.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0041.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0042.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0043.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0044.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0045.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0046.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0047.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0048.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0049.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0050.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0051.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0052.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0053.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0054.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0055.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0056.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0057.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0058.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0901.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0902.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0903.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0904.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0905.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0906.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0907.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0908.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0909.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0910.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0911.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0912.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0913.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0914.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0915.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0916.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0917.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0918.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0919.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0920.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0921.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0922.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0923.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0924.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0925.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0926.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0927.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0928.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0929.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0930.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0931.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0932.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0933.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0934.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0935.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0936.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0937.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0938.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0939.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0940.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0941.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0942.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0943.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0944.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0945.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0946.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0947.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0948.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0949.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0950.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0951.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0952.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0953.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0954.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0955.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0956.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0957.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0958.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0959.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0960.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0961.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0962.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0963.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0964.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0965.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0966.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0967.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0968.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0969.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0970.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0971.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0972.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0973.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0974.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0975.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0976.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0977.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0978.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0979.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0980.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0981.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0982.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0983.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0984.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0985.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0986.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0987.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0988.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0989.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0990.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0991.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0992.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0993.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c0994.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1001.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1002.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1003.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1004.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1005.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1006.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1007.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1008.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1009.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1010.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1011.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1012.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1013.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1014.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1015.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1016.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1017.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1018.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1019.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1020.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1021.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1022.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1023.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1024.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1025.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1026.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1027.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1028.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1029.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1030.cmap exists in filesystem
    texlive-langcjk: /usr/share/texmf-dist/tex/latex/xcjk2uni/cmap/c1031.cmap exists in filesyst

  • Issue with java.lang.ClassCastException: oracle.sql.StructDescriptor

    Hi ,
    I'm creating a dbadapter for a custom API written in APPS schema -
    TYPE MISIPM_LOB IS RECORD (
    FILE_ID IPM_LOBS.FILE_ID%TYPE,
    FILE_NAME IPM_LOBS.LOB_NAME%TYPE );
    TYPE MISIPM_LOB_LIST IS TABLE OF MISIPM_LOB;
    PROCEDURE GET_FILE_ID_DETAILS(
    P_SOURCE_SYSTEM IN VARCHAR2,
    p_entity_value IN VARCHAR2,
    p_entity_code IN VARCHAR2,
    P_ORG_ID IN NUMBER,
    P_MISIPM_FILES_LIST OUT MISIPM_LOB_LIST,
    P_ERRCODE OUT VARCHAR2,
    P_ERRMESSAGE OUT VARCHAR2);
    From JDeveloper, there is a wrapper package is getting created and the compilation/deployment of this composite is also without any error.
    But when I run the composite, I'm surprisingly getting the below error -
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'GetAttachmentMetaData' failed due to: Interaction processing error. Error while processing the execution of the APPS.BPEL_GETATTACHMENTMETADATA1.XX_DELIVER_BLOB$GET_FILE_ API interaction. An error occurred while processing the interaction for invoking the APPS.BPEL_GETATTACHMENTMETADATA1.XX_DELIVER_BLOB$GET_FILE_ API. Cause: java.lang.ClassCastException: oracle.sql.StructDescriptor Check to ensure that the XML containing parameter data matches the parameter definitions in the XSD. This exception is considered not retriable, likely due to a modelling mistake. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution.
    I recreated the adapter multiple times within the composite and also tried to create a separate composite and all the cases the error message received was same. There two more similar procedure call's in the composite and all rest of them are working fine.
    I can call the wrapper from sql script separately.
    Verified that the XSD generated and the wrapper package parameters are matching as well.
    Did anyone face the same issue or any explanation/help is much appreciated.
    Regards,
    Debanjan

    Hi Vijay,
    I have checked the number of parameters as well.
    <element name="InputParameters">
    <complexType>
    <sequence>
    <element name="P_SOURCE_SYSTEM" type="string" db:index="1" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    <element name="P_ENTITY_VALUE" type="string" db:index="2" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    <element name="P_ENTITY_CODE" type="string" db:index="3" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    <element name="P_ORG_ID" type="decimal" db:index="4" db:type="NUMBER" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <element name="OutputParameters">
    <complexType>
    <sequence>
    <element name="P_MISIPM_FILES_LIST" type="db:APPS.XX_DELIVER_X35784324X1X5" db:index="5" db:type="Array" minOccurs="0" nillable="true"/>
    <element name="P_ERRCODE" type="string" db:index="6" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    <element name="P_ERRMESSAGE" type="string" db:index="7" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <complexType name="APPS.XX_DELIVER_X35784324X1X6">
    <sequence>
    <element name="FILE_ID" type="decimal" db:type="NUMBER" minOccurs="0" nillable="true"/>
    <element name="FILE_NAME" db:type="VARCHAR2" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="2000"/>
    </restriction>
    </simpleType>
    </element>
    </sequence>
    </complexType>
    <complexType name="APPS.XX_DELIVER_X35784324X1X5">
    <sequence>
    <element name="P_MISIPM_FILES_LIST_ITEM" type="db:APPS.XX_DELIVER_X35784324X1X6" db:type="Struct" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
    </sequence>
    </complexType>
    Regards,
    Debanjan

  • Issue with Dynamic file Naming

    Hello Experts,
    I am doing a scenario where in for one incoming field we are using dynamic configuratiion UDF  for getting the filename.Now I am able to get the filename correctly.Now the issue is for the result output file I do not need this field . For Ex : The incoming field has some value say ABC_XYZ which I use and then concatenate it with time and date stamp in the UDF and then send it to the output.
    Now at the result I dont need this field ABC_XYZ. The aim was to use it to generate only the file name with ABC_XYZ_date_time.
    Please guide on the same as to how this field can be eliminated.Is it possible to do so in content conversion in file adapter using some Ignore thing. Please guide. Hope I have cleared my doubt.

    Hi Amit,
    You can create another segment with in the target message type and remove that in content conversion. You can use this blog as reference:
    /people/sravya.talanki2/blog/2005/08/11/solution-to-the-problem-encountered-using-variable-substitution-with-xi-sp12
    Else you can use shabarish weblog and can come up with the filename in your mapping and store it in FileName and then put in your receiver comm. channel as FileName which should take care of your issue.
    Regards,
    ---Satish

Maybe you are looking for