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

Pages: 1 ... 30 31 32 33 34 [35] 36 37
511
MP Server / Re: CMOD upgardes : 8.4.1 to 9.5 on AIX
« on: April 07, 2016, 08:13:19 AM »
In my experience, x-2 (two previous versions) is always supported -- anything more than that is a gamble. 

So, 9.5 to 10.1 is X-2 (10.1 -> 9.7 -> 9.5) and should definitely be supported.

But what liakkuan wants to do is x-4 -- 9.1 ->10.5, skipping over 9.5 and 9.7 and 10.1... 

It might be possible to upgrade v9.1 to a fixpack level that's functionally equivalent to v9.5 -- which is closer to what you want...  But I would imagine it's unsupported and undocumented.

Like I said, if liakkuan wants to change server, then the most "easy" way to do it is:

a) install the new DB2 version 10.5 latest fix pack
b) create an db2 instance
c) create a database with exactly the same codepage/territory as the original DB
d) export all the CMOD tables from the original DB with db2move export
e) get all the structure of the original db with db2look
f) apply the structure from point e) to the new DB (you might need to modify some things, like the path, etc... from the output of db2look)
g) load all the tables to the new DB with the command "db2move load"

and you can really go from DB2 V8.X to V10 without any problems.

Of course, if you want to install the old version in the new server, restore the whole database with the old version, then do the official upgrade on the instance, then yes, you might need to do some middle upgrade in between...
I've never done that, since I want to keep it simple :-)

Now YMMV... but in any cases, this needs to be tested tested tested, with any method, the "normal" db2 upgrade, or the db2move method.
BTW, I've done once a migration from CMOD DB2 on Windows, to a CMOD using Linux... and this method was the only one that was working. And now 3-4 years, it is still running, and I have performed an upgrade from V8.5 to V9.5 without a single problem.

So a 9.5 to 10.5 upgrade should be fine, and not require another "hop" to 9.7 ?

512
MP Server / Re: CMOD upgardes : 8.4.1 to 9.5 on AIX
« on: April 06, 2016, 09:34:46 AM »


And again, I'm not sure you can go from DB2 9.1 to 10.1 in one step.




Curious about this as I am in the beginning of planning a similar upgrade, though a slightly newer version of DB2. (9.5)

513
What's the platform/version of CMOD?

Are they PDF files being sent to CMOD or are they being transformed via afp2pdf, xenos, etc

What is the sending system of the PDF?

514
Yeah, I saw that. I was just wondering if anyone had some more technical insight as to what the actual issue is :D

515
Greetings all,

I was wondering if anyone had more information about this APAR. For example, why some PDF files load and some don't. Is it due to the system sending the file?

Thanks,

Jeff

516
Other / Re: C2070-985 Test Question
« on: February 02, 2016, 10:31:19 AM »
omg. I forgot the .ind files....

 :o :o :o :o :o :o :o

517
Other / C2070-985 Test Question
« on: February 02, 2016, 08:11:14 AM »
Hi Folks,

I am having issues putting this one together as I am studying for C2070-985. The correct answer is 13 but I am getting 11. Can someone provide assistance. Please see attached.

Thanks in advance,

Jeff


518
I've seen this error before loading several hundred mb PDF files and usually ignored it, had no issues...guess it could depend on your system though.

519
MP Server / Re: Accidental Unload of document
« on: January 22, 2016, 06:07:29 AM »
Thanks JD, that's what I thought. The data on the platter but the platter is unaccessible. Need to work with my TSM colleague to figure this out.

520
MP Server / Re: Accidental Unload of document
« on: January 21, 2016, 12:49:26 PM »
We are using a very old version of TSM along with platters and jukeboxes..does that mean I am out of luck as well?

from the cmod log:

Object >1731FAA1< in Application Group >HKF< not found in node >NODE<  Srvr->HOST 192.168.1.4 non-SSL<-

521
MP Server / Re: Accidental Unload of document
« on: January 21, 2016, 12:16:51 PM »
It's one file with three hits, line data. 

An error occurred.  Contact your system administrator and/or consult the System Log.  File=arsadmin.c, Line=1450
Unable to retrieve the object >1731FAA<

is what I am getting.

522
MP Server / Accidental Unload of document
« on: January 21, 2016, 08:45:03 AM »
Folks,

I removed a loadID from our backup site that should have been our production site. I saved the load ID. Is there any way to get this back. It is quite old (2011).

Please tell me there is a way!

523
MP Server / Re: Issue extracting single PDF
« on: January 20, 2016, 02:23:37 PM »
SYNTAX ERROR STRIKES AGAIN!!!!!

Also note, have to use -a and -g when loading :D

524
MP Server / Issue extracting single PDF
« on: January 20, 2016, 12:08:20 PM »
It's been a while since I have encountered this. I am attempting to extract a PDF from Kofax from 2011 that is OK in our DR site, but not in our Production site. Just wondering if anyone if anyone has a clue as to a fix, or a flag I might be missing

# arsdoc get -h archive -u jeff -p password -G AG -X 25044-24-0-22929FAA-15336-15336 -o AG -cgNv

01/20/16 14:02:40 : Starting arsdoc.  Version:  8.5.0.5

01/20/16 14:02:40 : arsdoc get -h archive -u jeff -G AG -X 25044-24-0-22929FAA-15336-15336 -o AG -c -g -N -v

01/20/16 14:02:40 : Attempting login for userid 'jeff' on server 'archive' ...

01/20/16 14:02:40 : Login successful

01/20/16 14:02:40 : Querying for application group 'AG' on server 'archive' ...

01/20/16 14:02:40 : Query successful

01/20/16 14:02:40 : Building hit list for 'AG' ...

01/20/16 14:02:40 : Hit list unsuccessful

01/20/16 14:02:40 : Information has been modified on the server.  Please logoff, logon, and retry the operation.

01/20/16 14:02:40 : Querying database with SQL string '2;doc_name,pri_nid;'22929FAA%',24;WHERE  doc_name  LIKE  ?  AND  pri_nid  =  ?'

01/20/16 14:02:40 : Search unsuccessful

01/20/16 14:02:40 : No hits were found that matched search criteria.

01/20/16 14:02:40 : arsdoc completed.

when I run without verbose mode:


01/20/16 13:46:30 : Information has been modified on the server.  Please logoff

However the document is retrievable via the thick client.  Please advise and as always thanks in advance.

525
MP Server / Re: Retrieve batch series of TIFF files
« on: January 20, 2016, 08:33:55 AM »
I will keep you folks posted

Pages: 1 ... 30 31 32 33 34 [35] 36 37