Question
Cooper Consulting
US
Last activity: 14 Apr 2017 6:58 EDT
Problem connecting to file net from pega during pega 7.1 upgrade
Hi
We are upgrading from pega 6.1 to pega 7.1 and during the upgrade we ran into problem with file net connection from pega 7.1 which is shown below.
Hi
We are upgrading from pega 6.1 to pega 7.1 and during the upgrade we ran into problem with file net connection from pega 7.1 which is shown below.
Test compilation failed: ----------
1. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 162)
com.filenet.api.util.UserContext _userContext = com.filenet.api.util.UserContext.get();
^^^^^^^^^^^
com.filenet cannot be resolved to a type
----------
2. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 162)
com.filenet.api.util.UserContext _userContext = com.filenet.api.util.UserContext.get();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.filenet.api.util.UserContext cannot be resolved to a type
----------
3. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 163)
com.filenet.api.core.Connection _connection = com.filenet.api.core.Factory.Connection.getConnection(_uri);
^^^^^^^^^^^
com.filenet cannot be resolved to a type
----------
4. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 163)
com.filenet.api.core.Connection _connection = com.filenet.api.core.Factory.Connection.getConnection(_uri);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.filenet.api.core.Factory cannot be resolved
----------
5. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 164)
javax.security.auth.Subject _sub = com.filenet.api.util.UserContext.createSubject(_connection, _uname, _pw, _stanza);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.filenet.api.util.UserContext cannot be resolved to a type
----------
6. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 166)
com.filenet.api.core.Domain _domain = com.filenet.api.core.Factory.Domain.fetchInstance(_connection, null, null);
^^^^^^^^^^^
com.filenet cannot be resolved to a type
----------
7. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 166)
com.filenet.api.core.Domain _domain = com.filenet.api.core.Factory.Domain.fetchInstance(_connection, null, null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.filenet.api.core.Factory cannot be resolved
----------
8. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 168)
com.filenet.api.collection.ObjectStoreSet _objStoreSet = _domain.get_ObjectStores();
^^^^^^^^^^^
com.filenet cannot be resolved to a type
----------
9. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 169)
com.filenet.api.core.ObjectStore _objStore = com.filenet.api.core.Factory.ObjectStore.fetchInstance(_domain, _objStoreName, null);
^^^^^^^^^^^
com.filenet cannot be resolved to a type
----------
10. ERROR in \Rule_Obj_Activity_IBridgeFNInt_TestFNConnect_Action_20151217T170232_538_GMT.java (at line 169)
com.filenet.api.core.ObjectStore _objStore = com.filenet.api.core.Factory.ObjectStore.fetchInstance(_domain, _objStoreName, null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
com.filenet.api.core.Factory cannot be resolved
----------
10 problems (10 errors)
Compile failed.
***Updated by moderator: Lochan to add Categories***