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 - rjrussel

Pages: 1 ... 3 4 5 6 7 [8] 9 10
106
MP Server / Re: tmp filling up quickly with retrieval
« on: September 05, 2019, 06:04:32 AM »
What is the command you are running to do the retrieves?

107
MP Server / Re: tmp filling up quickly with retrieval
« on: September 04, 2019, 04:42:11 PM »
It could be a byproduct of exstreams method for generating afp and its associated resources (fonts, pdef, fdef, etc). Ultimately, you need the space you need.  Not much you can really do about that.

108
MP Server / Re: Storage Node File Location
« on: August 20, 2019, 08:46:38 PM »
The pri_nid and sec_nid columns in the data table should give you some clues.

109
Content Navigator / Re: Line2PDF viewer/transform anyone?
« on: August 18, 2019, 09:28:57 AM »
Yes, that's why I said 10.1.0.4.

When you get there you should use what I posted as it will handle 99.9 percent of your line transform cases.

110
Content Navigator / Re: Line2PDF viewer/transform anyone?
« on: August 17, 2019, 08:57:38 AM »
Darrell is 100% correct. The arsxline command is used to convert, among other things, line 2 PDF. It is a free utility that ships with all OnDemand platforms that can be used with ICN to view line data as PDF. You are certainly more than welcome to purchase Ricohs transform but in this case you don't need to. Here is an example of how one might edit the their transform.xml file to leverage arsxline when viewing line as PDF in ICN (this is assumes 10.1.0.4):

<transform>
    <TransformName>LINE2PDF</TransformName>
    <TransformDescription>ARSXLINE Line Data Transform for OnDemand</TransformDescription>
    <OutputMimeType>application/pdf</OutputMimeType>
    <OutputExtension>pdf</OutputExtension>
    <ODFileType>L</ODFileType>

    <CmdParms>
      <CCANSI>-a A</CCANSI>
      <CCMACHINE>-a M</CCMACHINE>
      <CCNONE>-a N</CCNONE>
      <CODEPAGE>-c</CODEPAGE>
      <LINEDELIMITER>-d</LINEDELIMITER>
      <RECORDFORMATFIXED>-f F</RECORDFORMATFIXED>
      <RECORDFORMATVARIABLE>-f V</RECORDFORMATVARIABLE>
      <RECORDFORMATSTREAM>-f S</RECORDFORMATSTREAM>
      <FONTNAME>-F</FONTNAME>
      <PAGEHEIGHTPIXELS>-h</PAGEHEIGHTPIXELS>
      <RECORDLENGTH>-l</RECORDLENGTH>
      <MARGIN>-m</MARGIN>
      <FONTSIZE>-n</FONTSIZE>
      <PRMODENONE>-p N</PRMODENONE>
      <PRMODESOSI1>-p 1</PRMODESOSI1>
      <PRMODESOSI2>-p 2</PRMODESOSI2>
      <PRMODESOSI3>-p 3</PRMODESOSI3>
      <LINEPERPAGE>-q</LINEPERPAGE>
      <LINEPERPRINTPAGE>-Q</LINEPERPRINTPAGE>
      <LINESPACINGFACTORDIV100>-s</LINESPACINGFACTORDIV100>
      <TRCNO>-t 0</TRCNO>
      <TRCYES>-t 1</TRCYES>
      <PAGEWIDTHPIXELS>-w</PAGEWIDTHPIXELS>
      <INPUTFILE>-i</INPUTFILE>
      <OUTPUTFILE>-o</OUTPUTFILE>
    </CmdParms>

    <CmdLineExe>c:\program files\ibm\V10.1\bin\arsxline.exe</CmdLineExe>
    <OperationName>Line to PDF Exe</OperationName>
    <Passthru>
        <cmdlineparm>-x P</cmdlineparm>
    </Passthru>
  </transform>


Thanks,

Rob

111
MP Server / Re: Version control - CMOD Objects
« on: August 14, 2019, 06:54:57 AM »
Why do you think you need this? OnDemand objects are static.

112
MP Server / Re: I just found an AG with no Segment Field...
« on: August 08, 2019, 09:23:18 AM »
If you don't specify a segment field, expiration is simply based off the date the data was loaded. There is nothing else to it.

When you get back and look at the arsload table you will see a value set for EXP_DATE. That date is the date the data was loaded.

Thanks,
Rob


113
MP Server / Re: I just found an AG with no Segment Field...
« on: August 07, 2019, 12:57:03 PM »
So what fields are in the application group? My guess is its being based on load date.

114
MP Server / Re: CMOD ERM + TSM
« on: August 06, 2019, 03:57:36 PM »
Sounds like you are on the right track. I would set the retention to be the minimum it has to be. It very well might be one day but it just may be longer. It really just depends on the legal needs. I have seen customers who chose to make it slightly longer, just in case. Keep in mind that the CMOD retention value is typically based on load date(or field designated as expire date). Or more specifically, not when you remove the hold.

You also have retmin and retver in TSM. What are you planning setting for those? In the scenario you are describing, I would typically have them set to 0.

Thanks,
Rob




115
Here is a link that talks about many of the scenarios one might encounter when using LDAP for authentication.

http://www-01.ibm.com/support/docview.wss?uid=swg21597246

-Rob

116
Yes, you can. Set ARS_LDAP_OD_AUTHORITY_FALLBACK=FALSE in your CMOD config. The only user exempt is the CMOD admin ID.

If a user is not found in LDAP then authentication will fail.

Thanks,

RR

117
Content Navigator / Re: REST Service for ICN
« on: July 05, 2019, 01:30:32 PM »
Aren't com.ibm.mm.sdk the CM API's?

-RR

118
Windows Client / Re: Single sign-on for client
« on: July 05, 2019, 01:25:33 PM »
The cliff notes answer is that the Windows Client does not natively support SSO. You would have to develop a custom security exit and pass some information to the arsgui.exe at startup using the /u username and /p password switches.

-RR

119
Content Navigator / Re: ICN Installation
« on: April 24, 2019, 06:42:22 AM »
You need to run through the steps in the ICN configurator before you will have the "modified" directory. I believe the step that actually modified the scripts is "Configure your Database and data source".

-RR

120
Content Navigator / Re: ICN and Data Mining
« on: April 18, 2019, 07:13:03 AM »
This seems really strange to me on several levels. Why can't they provide a plugin for V3 of ICN - especially since they already have one that works? From an architecture perspective not much has changed since V2 of ICN. I can't imagine their current plugin would need much changing. All the ICN API's are publicly documented, everything one needs to develop enhancements is out there.

There are a plenty of companies out there developing plugins that extend ICNs functionality. Most of the transform companies have plugins that can be invoked to convert data for example. I wouldn't think DW would need anything special from IBM to deliver their enhancement/plugin.

-R

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