Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Frederick Tybalt

Pages: 1 2 3 4 5 6 [7] 8 9
91
Tips and Tricks / Re: Which applications are using exits?
« on: April 26, 2013, 12:05:24 AM »
Hi Ed,

Hope you are trying to find out the exits used. If that is the case try out the below query

SELECT NAME, SUBSTR(INDEXER,POSITION('EXIT',INDEXER,OCTETS),133) FROM ARSAPP
 WHERE INDEXER LIKE '%EXIT%'; 

92
Other / Re: Is there an alternative utility for ARSLOAD (ACIF) utility
« on: April 09, 2013, 11:38:32 PM »
Hi Ed,
Would it possible to integrate Infoprint product to Ondemand as the way we use XENOS or do we need to do the conversion externally? If so, can you please let me know how it can be done?


93
WEBI interface / Re: Font Mapping (Part 2)
« on: March 15, 2013, 07:17:41 AM »
could you try running afp2pdf on command line against the same file in production and find if you get any warnings?

94
WEBI interface / Re: Font Mapping (Part 2)
« on: March 15, 2013, 05:52:34 AM »
Yes, this processing is done only when the document is opened.

Just wanted to check, if 318 and 86 are defined under [FGID] and that font family is mapped to the true type fonts?
 

95
OD/WEK & JAVA API / Re: Number of Active user connected to CMOD.
« on: March 06, 2013, 06:01:25 AM »
Check for this message in system log

Quote
ARS0201I Concurrent Licenses: Current(current_licenses), Maximum Allowed(entitled_licenses)
Explanation:
The server generates this message approximately every 30 minutes to display the number of concurrent users on the system (at the time that the message was generated). This message also displays the maximum number of concurrent users that are allowed on the system.

Example:

Concurrent Licenses: Current(8), Maximum Allowed(50)

96
Windows Client / Re: Creating a search via the CMOD ADMIN client
« on: March 05, 2013, 08:05:18 AM »
I don't think this is possible via admin client. The summarize option will provide you the details in text file and which would be in turn be difficult to find it out.

One other option if you have DB is access is to get the details from tables. I guess you will have this value set in ARSAG table

97
MP Server / Re: System log messages.
« on: March 05, 2013, 07:22:55 AM »
JD, As per my understanding index is stored on library server. Is it stored in object server too?

Another question which turn up is, I have seen object names as 1FAA1, 1FAA2, 1FAA3 ... so on... So are all these too indexes?

98
Report Indexing / Re: Embedded Resources in AFP file
« on: February 28, 2013, 01:50:51 AM »
Yes, RESTYPE=ALL will could embed these fonts, but there will not be a mapping with the true type fonts. It requires this mapping to render the AFP correctly and it needs to be done with csdef.fnt, alias.fnt and cpdef.fnt as mentioned by Pankaj.

Since it works fine with thin client the problem is local PC. Updating it correctly will work. 

99
Report Indexing / Re: Ingesting an XML document into OnDemand
« on: March 16, 2012, 06:12:48 AM »
This is the common format of the index file to be created. Any type of document can be loaded using generic indexing. The index file name should be filename.ind, the file with content should have filename.out and there should be trigger file name named as filename

Code: [Select]
COMMENT:
CODEPAGE:
COMMENT:
GROUP_FIELD_NAME:INDEX1
GROUP_FIELD_VALUE:Value1
GROUP_FIELD_NAME:INDEX2
GROUP_FIELD_VALUE:Value2
GROUP_FIELD_NAME:INDEX3
GROUP_FIELD_VALUE:Value3
GROUP_OFFSET:0
GROUP_LENGTH:100
GROUP_FILENAME:filename.out
GROUP_FIELD_NAME:INDEX1
GROUP_FIELD_VALUE:Value1
GROUP_FIELD_NAME:INDEX2
GROUP_FIELD_VALUE:Value2
GROUP_FIELD_NAME:INDEX3
GROUP_FIELD_VALUE:Value3
GROUP_OFFSET:101
GROUP_LENGTH:200
GROUP_FILENAME:filename.out

In application, the indexer should be chosen as "Generic". Hope this helps.

100
Windows Client / Re: Keyboard Shortcut for Creating User Summary Report
« on: November 08, 2011, 06:40:38 AM »
The only option I could see is
1. CTRL+A -> to select all the users
2. Right click on the users list selected
3. Click on summarize

If any have a better way let us know.

101
Windows Client / Re: Searching for unloaded files
« on: November 08, 2011, 06:34:26 AM »
84 Would give you the  unload details from the database
85 Would give the details from the storage.

Hope this helps.

102
Report Indexing / Re: afpdmp on sun solaris
« on: March 30, 2011, 02:27:33 AM »
Yep could be, proxies can be configured to block ftp access.

103
Report Indexing / Re: afpdmp on sun solaris
« on: March 29, 2011, 06:38:57 AM »
It can be opened in any type of we browser. I guess http:// got prefixed automatically which made the mess.

ftp://ftp.boulder.ibm.com/printers/tools/afpdmp/

It can also be opened via any FTP client.

104
But still I guess the scan will be across the complete document.

105
z/OS Server / Re: Change the time zone
« on: October 22, 2009, 03:47:52 AM »
Change in windows time zone should work.

Pages: 1 2 3 4 5 6 [7] 8 9